diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-03-01 06:32:55 +0100 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 01:30:22 +0200 |
| commit | 419e7cd9c2b4a1bed75e772069ebe39241013745 (patch) | |
| tree | adcd6d598f047388d9e79d6da21e0cf36718c99d /static | |
| parent | 3d1c10e7ddff73bb9061126dfce58895c31abaa8 (diff) | |
| download | haunt-blog-419e7cd9c2b4a1bed75e772069ebe39241013745.tar.gz haunt-blog-419e7cd9c2b4a1bed75e772069ebe39241013745.tar.bz2 haunt-blog-419e7cd9c2b4a1bed75e772069ebe39241013745.zip | |
CSS: Separate title from subsections.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'static')
| -rw-r--r-- | static/twentyeleven-style-20231107.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/twentyeleven-style-20231107.css b/static/twentyeleven-style-20231107.css index 7106170..96a46e8 100644 --- a/static/twentyeleven-style-20231107.css +++ b/static/twentyeleven-style-20231107.css @@ -341,6 +341,13 @@ h2 { font-size: 150%; } +#title { + border: 1px solid; + margin-bottom: 1em; + text-align: center; + text-decoration: none; +} + hr { background-color: #ccc; border: 0; |
