summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2012-10-09 01:11:38 +0200
committerSiri Reiter <siri@jones.dk>2012-10-09 01:11:38 +0200
commit10c5e3d43d514bba1cd104a9aa89400e2b609aab (patch)
tree67d5df0ea9031923bf5936592b47cb8fc9cbfdc3
parentf0a415871cafc0c351b383e4ef6097cb7a03c28d (diff)
Bullets for unnumbered lists.
-rw-r--r--local.scss43
1 files 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,