1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00
This commit is contained in:
Zack Scholl 2016-02-09 16:35:37 +00:00
parent c88fbbd204
commit eba475486e
2 changed files with 6 additions and 4 deletions

View File

@ -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;

View File

@ -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>