summaryrefslogtreecommitdiffstats
path: root/styling
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2012-11-29 19:53:22 +0530
committerrsiddharth <rsiddharth@ninthfloor.org>2012-11-29 19:53:22 +0530
commitbb6f34f8f3b5e77bd00e9439e205bd1b6334fce8 (patch)
tree08105035db8e666389feb4fcbaa980fe3d00c395 /styling
parent1d92dc8eb4180f04abc8513a8f3d7d95fed57fa2 (diff)
updated styling/style.css
modified: styling/style.css
Diffstat (limited to 'styling')
-rw-r--r--styling/style.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/styling/style.css b/styling/style.css
index 94fe7a1..cbcf51f 100644
--- a/styling/style.css
+++ b/styling/style.css
@@ -71,7 +71,7 @@ div.code {
margin-right:auto;
border:1px;
padding:5px;
- width:65%;
+ width:70%;
}
div.time {
@@ -130,6 +130,18 @@ footer {
margin-right:auto;
border:1px;
padding:5px;
+ width:45%;
+}
+
+div.lastupdate {
+ font-size:0.6em;
+ font-family:"Palatino Linotype","Book Antiqua",Palatino,"URW Palladio L",FreeSerif,serif;
+ text-align:center;
+ color:#989898;
+ margin-left:auto;
+ margin-right:auto;
+ border:1px;
+ padding:5px;
width:40%;
}