1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

No bullets

This commit is contained in:
Zack
2016-02-09 06:45:43 -05:00
parent 76863b058e
commit 9c32aab55e

View File

@@ -6,6 +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>
ul
{
list-style-type: none;
}
</style>