mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Updated
This commit is contained in:
parent
c88fbbd204
commit
eba475486e
@ -177,9 +177,6 @@ margin: 0 0 24px 6px;
|
|||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.yue ul {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.yue ol {
|
.yue ol {
|
||||||
list-style-type: decimal;
|
list-style-type: decimal;
|
||||||
|
@ -6,7 +6,12 @@
|
|||||||
<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>
|
||||||
|
.yue ul {
|
||||||
|
padding: 0;
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user