From 10c5e3d43d514bba1cd104a9aa89400e2b609aab Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Tue, 9 Oct 2012 01:11:38 +0200 Subject: Bullets for unnumbered lists. --- local.scss | 43 ++++++++++++++++++++----------------------- 1 file changed, 20 insertions(+), 23 deletions(-) diff --git a/local.scss b/local.scss index 907957a..7c8e894 100644 --- a/local.scss +++ b/local.scss @@ -1,5 +1,6 @@ h1 { color: DarkRed; + font-size: 2 em; } h2 { @@ -38,6 +39,10 @@ p { margin-bottom: 1.2em; } +ol, ul { + list-style: disc inside none; +} + body { margin: 0; background-color: white; @@ -98,29 +103,21 @@ div.topbar { text-align: center; text-transform: uppercase; letter-spacing: 1px; -} - -div#topbar p, -div.topbar p { - float: left; -} - -div#topbar a, -div.topbar a { - font-weight: bold; -} - -div#topbar ul, -div.topbar ul { - list-style-type:none; - margin: 0; - padding: 0; -} - -div#topbar ul li, -div.topbar ul li { - display:inline; - margin: 0 20px; + p { + float: left; + } + a { + font-weight: bold; + } + ul { + list-style-type:none; + margin: 0; + padding: 0; + li { + display:inline; + margin: 0 20px; + } + } } div#topbar li, -- cgit v1.2.3