diff options
| author | Teddy Wing | 2018-11-08 22:12:53 +0100 |
|---|---|---|
| committer | Teddy Wing | 2018-11-08 22:12:53 +0100 |
| commit | b95bf219515ca36b10d808f2d73a00de1d3571b1 (patch) | |
| tree | a1f3a3d93187c46c33c35121fb870b909a2b0bf5 /assets/stylesheets | |
| parent | e20506fcf9b0f31d471b7b448bb5826eb7227007 (diff) | |
| download | dome-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/stylesheets')
| -rw-r--r-- | assets/stylesheets/layout.hcss | 5 |
1 files changed, 5 insertions, 0 deletions
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; |
