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

No li square

This commit is contained in:
Zack Scholl 2016-02-09 06:53:03 -05:00
parent cb8552c41e
commit 3ab7e5d4ff
2 changed files with 1 additions and 15 deletions

View File

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

View File

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