summaryrefslogtreecommitdiffstats
path: root/website
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2012-06-06 19:44:14 +0200
committerDaniel Molkentin <daniel.molkentin@nokia.com>2012-06-06 19:46:10 +0200
commit51c0bba790fe510759180ba6f53b8b3500e2fdd8 (patch)
tree43a280fd34f2962eb7432416a4ae4ee9e2c1e844 /website
parentce9ddd9e3696c3848ebb08ddd798a1e6a64f2956 (diff)
Fix date tabs
only show a date tab for every real day, not for every new article (where it was hardcoded before anyway) Change-Id: I6d74dda287ba27717ccdc48ee0276f37ccd9154b Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
Diffstat (limited to 'website')
-rw-r--r--website/style.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/website/style.css b/website/style.css
index f5e1644..1ac2c74 100644
--- a/website/style.css
+++ b/website/style.css
@@ -234,8 +234,13 @@ article footer {
article footer a {
color: #7c7c7c;
}
-
-article time {
+
+/* Day */
+div.day {
+ position: relative;
+}
+
+h2 time {
position: absolute;
top: 0;
left: -70px;
@@ -250,7 +255,7 @@ article time {
color: #aeaaa7;
font-weight: bold;
}
-article time span {
+h2 time span {
display: block;
font-size: 11.08px;
font-weight: normal;