summaryrefslogtreecommitdiffstats
path: root/website
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2012-06-25 17:48:26 +0200
committerDaniel Molkentin <daniel.molkentin@nokia.com>2012-06-25 17:53:26 +0200
commite5bad76fad335e23110c0915acd3e2138e20c33f (patch)
tree70ee453de9c23e5dd5b241b2b82176084f235792 /website
parent51cbb7f6b44dd63a3021d262784998e1e7af6401 (diff)
Improve Layout
- smaller headings - separators between articles Change-Id: Iba054ae97fbbc253d70a3367f59749373339dc46 Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
Diffstat (limited to 'website')
-rw-r--r--website/normalize.css4
-rw-r--r--website/style.css15
2 files changed, 16 insertions, 3 deletions
diff --git a/website/normalize.css b/website/normalize.css
index e1adf43..4c08fa5 100644
--- a/website/normalize.css
+++ b/website/normalize.css
@@ -130,7 +130,7 @@ h1 {
}
h2 {
- font-size: 1.5em;
+ font-size: 1.4em;
margin: 0.83em 0;
}
@@ -501,4 +501,4 @@ textarea {
table {
border-collapse: collapse;
border-spacing: 0;
-} \ No newline at end of file
+}
diff --git a/website/style.css b/website/style.css
index cab0d51..b614c9f 100644
--- a/website/style.css
+++ b/website/style.css
@@ -224,7 +224,15 @@ a {
/* Article */
article {
position: relative;
+ border-bottom: 1px solid #E8E8E8;
+ padding-bottom: 1em;
}
+
+article:last-child {
+ border-bottom: 0;
+ padding-bottom: 0;
+}
+
article footer {
font-size: 13px;
color: #7c7c7c;
@@ -238,8 +246,14 @@ article footer a {
/* Day */
div.day {
position: relative;
+ border-bottom: 1px solid #E8E8E8;
}
+div.day:last-child {
+ border-bottom: 0;
+}
+
+
h2 time {
position: absolute;
top: 0;
@@ -267,7 +281,6 @@ footer {
header h2 a {
text-decoration: none;
- font-size: 32px;
color: #44a51c;
line-height: 1.2em;
}