diff options
author | Ailin Nemui <ailin@z30a.localdomain> | 2016-09-26 14:24:23 +0200 |
---|---|---|
committer | Ailin Nemui <ailin@z30a.localdomain> | 2016-09-26 14:24:23 +0200 |
commit | b73f9a3ccb3378960f4f930c7d8713ad9069fbd9 (patch) | |
tree | bcec7db8892032b424aec67ca834529fcbbedfd0 /assets/css | |
parent | 9174c8a14d85ce3274ef42a1aff57a1256f32902 (diff) | |
download | irssi.github.io-b73f9a3ccb3378960f4f930c7d8713ad9069fbd9.zip |
improve news layout, update buf cve
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/style.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index f7b4213..c3d7e04 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -196,6 +196,23 @@ blockquote { height: 80vh !important; } +/* news archive */ +.container.home h3, +.container.home .h3 { + font-size: 20px; + font-weight: bold; +} + +.container.home p + h2 { + border-top: 2px solid #eee; + padding-top: 20px; +} + +.container.home hr { + width: 70%; +} + + /* download page */ .osicon, .obsicon { padding-right: 1ex; |