From 035fcec2eb5cfd9a5da15e5e63fde6095af3a789 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 15 Nov 2013 10:36:57 +0530 Subject: style sheet update. --- styling/style.css | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/styling/style.css b/styling/style.css index 8bedb75..bfaa373 100644 --- a/styling/style.css +++ b/styling/style.css @@ -98,6 +98,7 @@ ul { .time { + margin: 2em 0 2em; font-size:0.70em; color:#aaaaaa; text-align:center; @@ -135,6 +136,30 @@ a:hover { border-bottom: 0; } +.button { + margin: 1em 0.2em 0.2em; + padding: 0.235em; + display: inline-block; + background-color: #f5f5f5; + border: 1px solid #efefef; +} + +.button a:link { + border:0; +} + +.button a:hover { + background-color:inherit; +} + +.perma-link { + margin-left: 0.35em; +} + +.perma-link a:link { + border-bottom: 0; +} + .back { font-size:0.9em; text-align:center; @@ -146,7 +171,7 @@ footer { font-size:0.90em; text-align:center; color:#888888; - margin-top: 1.2em; + margin: 1.2em 0 1.2em; } .lastupdate { -- cgit v1.2.3