diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-03-01 04:49:43 +0100 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 01:30:21 +0200 |
| commit | c10f47a5296f92879f83225b0f0d1d7b3b3c3a09 (patch) | |
| tree | 2cec2276df4c1c02068f3e8b3fa67e9375a1bef5 /static/twentyeleven-style-20231107.css | |
| parent | 6b4f8ed5819d5c22bb782743b9dc55fbd33a4ab0 (diff) | |
| download | haunt-blog-c10f47a5296f92879f83225b0f0d1d7b3b3c3a09.tar.gz haunt-blog-c10f47a5296f92879f83225b0f0d1d7b3b3c3a09.tar.bz2 haunt-blog-c10f47a5296f92879f83225b0f0d1d7b3b3c3a09.zip | |
CSS: Improve sections separation.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'static/twentyeleven-style-20231107.css')
| -rw-r--r-- | static/twentyeleven-style-20231107.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/twentyeleven-style-20231107.css b/static/twentyeleven-style-20231107.css index 0d8a11b..7106170 100644 --- a/static/twentyeleven-style-20231107.css +++ b/static/twentyeleven-style-20231107.css @@ -331,6 +331,16 @@ body, input, textarea { h1,h2,h3,h4,h5,h6 { clear: both; } + +h1 { + font-size: 200%; + text-decoration: underline; +} + +h2 { + font-size: 150%; +} + hr { background-color: #ccc; border: 0; |
