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:
parent
cb8552c41e
commit
3ab7e5d4ff
@ -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;
|
||||
}
|
||||
|
@ -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>
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user