1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

No li square

Former-commit-id: 83850548184d2bdb0daf7cf6bb1d1f8be4d26070 [formerly 28fe1e665a903eeee646bcd75d83c648b7d7d8ad] [formerly 9eeb86679c3e6cf05e751da4d19ba519907c975f [formerly 49afdb15a1a859e0df533d6e65c32ceae805fce5 [formerly 3ab7e5d4ff]]]
Former-commit-id: be13cb11bd5670109d08d894cacfdfb850001ab3 [formerly b04318812bf9cf8291f49dcdea8e44578b2deffa]
Former-commit-id: 62ff39990e4df53e3e401455d8efc0d9ecd7e068
Former-commit-id: 2862d8c593
This commit is contained in:
Zack Scholl 2016-02-09 06:53:03 -05:00
parent ecffbace5d
commit 7184d5204b
2 changed files with 1 additions and 15 deletions

View File

@ -177,14 +177,10 @@ margin: 0 0 24px 6px;
padding-left: 16px; padding-left: 16px;
} }
.yue ul h2 li { .yue a li {
list-style-type: none; list-style-type: none;
} }
.yue ul li {
list-style-type: square;
}
.yue ol { .yue ol {
list-style-type: decimal; list-style-type: decimal;
} }
@ -200,10 +196,6 @@ margin-bottom: 0;
margin-left: 14px; margin-left: 14px;
} }
.yue li ul {
list-style-type: disc;
}
.yue li ul ul { .yue li ul ul {
list-style-type: circle; list-style-type: circle;
} }

View File

@ -6,12 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1"> {{ template "header" }} <meta name="viewport" content="width=device-width, initial-scale=1"> {{ template "header" }}
<link rel="stylesheet" type="text/css" href="/static/css/view.css"> <link rel="stylesheet" type="text/css" href="/static/css/view.css">
<style>
ul
{
list-style-type: none;
}
</style>