aboutsummaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/styles.css4
-rw-r--r--assets/stylesheets/layout.hcss5
2 files changed, 9 insertions, 0 deletions
diff --git a/assets/styles.css b/assets/styles.css
index 1672cce..2ee5d42 100644
--- a/assets/styles.css
+++ b/assets/styles.css
@@ -6,6 +6,7 @@ body {
background-color: #e3ce88;
color: #222;
font: 19px "Georgia", serif;
+ line-height: 1.65em;
}
header { margin-left: -90px; }
header h1 { display: none; }
@@ -17,6 +18,9 @@ p {
margin-top: 0.8em;
margin-bottom: 0.8em;
}
+ul {
+ list-style: disc;
+}
.content {
width: 640px;
margin-top: 1.8em;
diff --git a/assets/stylesheets/layout.hcss b/assets/stylesheets/layout.hcss
index 70aea39..3b28f32 100644
--- a/assets/stylesheets/layout.hcss
+++ b/assets/stylesheets/layout.hcss
@@ -3,6 +3,7 @@ body {
color: #222;
font: 19px "Georgia", serif;
+ line-height: 1.65em;
}
header { margin-left: -90px; }
@@ -19,6 +20,10 @@ p {
margin-bottom: 0.8em;
}
+ul {
+ list-style: disc;
+}
+
.content {
width: 640px;
margin-top: 1.8em;