aboutsummaryrefslogtreecommitdiff
path: root/_sass
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-07-15 00:04:07 +0200
committerAlex Legler <alex@a3li.li>2015-07-15 00:04:07 +0200
commit1abe3819d54e5d55742d20e59d3c4522198804ee (patch)
treeeba7bdc1b6299b7d6bc93b89119709407c85b465 /_sass
parentRemember kids, it's Wine, not WINE (diff)
downloadwww-1abe3819d54e5d55742d20e59d3c4522198804ee.tar.gz
www-1abe3819d54e5d55742d20e59d3c4522198804ee.tar.bz2
www-1abe3819d54e5d55742d20e59d3c4522198804ee.zip
Clean up the frontpage news item rendering
Diffstat (limited to '_sass')
-rw-r--r--_sass/misc.scss18
1 files changed, 18 insertions, 0 deletions
diff --git a/_sass/misc.scss b/_sass/misc.scss
index 8133ec7..5f34dac 100644
--- a/_sass/misc.scss
+++ b/_sass/misc.scss
@@ -103,6 +103,24 @@ body.nav-align-h2 #content h2:first-of-type {
max-height: 58px;
overflow: hidden;
}
+
+section#news {
+ padding-top: 1em;
+}
+
+article.newsitem {
+ margin-top: 1em;
+ max-height: 200px;
+}
+
+.newsitem-content {
+ padding-left: 2.9em;
+}
+
+.newsitem-bullet {
+ color: #aaa;
+}
+
.use-flag {
width: 25%;
}