« get me outta code hell

generate individual news entry pages - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/static
diff options
context:
space:
mode:
author(quasar) nebula <towerofnix@gmail.com>2021-02-06 13:24:26 -0400
committer(quasar) nebula <towerofnix@gmail.com>2021-02-06 13:40:27 -0400
commit32ab33828c3fb3e5b62e811d61b2a6a45c1e1390 (patch)
tree7b27aa606ae31ac607af706884268465ee0df7eb /static
parent978c10394cacfea79982e2f0d4c0842cccd766bd (diff)
generate individual news entry pages
Diffstat (limited to 'static')
-rw-r--r--static/site.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/static/site.css b/static/site.css
index 585fca0..bf3303a 100644
--- a/static/site.css
+++ b/static/site.css
@@ -313,11 +313,13 @@ footer > :last-child {
     margin-bottom: 5px;
 }
 
-.sidebar article h2 {
+.sidebar article h2,
+.news-index h2 {
     border-bottom: 1px dotted white;
 }
 
-.sidebar article h2 time {
+.sidebar article h2 time,
+.news-index time {
     float: right;
     font-weight: normal;
 }