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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
@@ -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>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user