mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Updated
Former-commit-id: 241abf0fdf35f35af8cb312503bb5c09a97d412f [formerly d4d6000b5c0de667bb204c96efc4f5a1d769cbcb] [formerly 9081696b40eae837e8a1ffdeba997fa20f02fd75 [formerly 26f04fd0609e8b8672ceab9d6848fa21b60bd297 [formerlyeba475486e
]]] Former-commit-id: c0d299442a1c8979abf48b7c3a6485547aca44d2 [formerly 622b988a69284c6b4ab1c6401752096727703125] Former-commit-id: 260e65831228c823b768412963112c10cc6053bd Former-commit-id:580372e0c5
This commit is contained in:
parent
423e31a8e7
commit
d5796746d8
@ -177,9 +177,6 @@ margin: 0 0 24px 6px;
|
||||
padding-left: 16px;
|
||||
}
|
||||
|
||||
.yue ul {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.yue ol {
|
||||
list-style-type: decimal;
|
||||
|
@ -6,7 +6,12 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"> {{ template "header" }}
|
||||
|
||||
<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