From 3ab7e5d4ffe2ce9949b859552739ef9753c77b68 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Tue, 9 Feb 2016 06:53:03 -0500 Subject: [PATCH] No li square --- static/css/view.css | 10 +--------- templates/list.tmpl | 6 ------ 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/static/css/view.css b/static/css/view.css index ace1c3d..1f59daa 100644 --- a/static/css/view.css +++ b/static/css/view.css @@ -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; } diff --git a/templates/list.tmpl b/templates/list.tmpl index 6ee36c4..69c8067 100644 --- a/templates/list.tmpl +++ b/templates/list.tmpl @@ -6,12 +6,6 @@ {{ template "header" }} -