summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2013-11-15 10:36:57 +0530
committerrsiddharth <rsiddharth@ninthfloor.org>2013-11-15 10:36:57 +0530
commit035fcec2eb5cfd9a5da15e5e63fde6095af3a789 (patch)
treee0f5e432288853f57a2a4e68f12d9d8d4d4403b7
parent7e23efa57061f26e003939e4814af63861db7804 (diff)
style sheet update.
-rw-r--r--styling/style.css27
1 files changed, 26 insertions, 1 deletions
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 {