aboutsummaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorTeddy Wing2018-11-08 22:12:53 +0100
committerTeddy Wing2018-11-08 22:12:53 +0100
commitb95bf219515ca36b10d808f2d73a00de1d3571b1 (patch)
treea1f3a3d93187c46c33c35121fb870b909a2b0bf5 /assets
parente20506fcf9b0f31d471b7b448bb5826eb7227007 (diff)
downloaddome-key-web-b95bf219515ca36b10d808f2d73a00de1d3571b1.tar.bz2
Add some more descriptive copy to the website
Describe the program, high-level features. Add styles: * Fix leading * Add list bullets that were removed by the reset
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;