summaryrefslogtreecommitdiffstats
path: root/styling/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'styling/style.css')
-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 {