summaryrefslogtreecommitdiffstats
path: root/styling/style.css
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2012-11-29 19:56:36 +0530
committerrsiddharth <rsiddharth@ninthfloor.org>2012-11-29 19:56:36 +0530
commit502ca4ede537f3df715f235922fb78d05dcdaa2f (patch)
tree08105035db8e666389feb4fcbaa980fe3d00c395 /styling/style.css
parent0637e50adf2490a98695bd3b63db12f32f8af631 (diff)
parentbb6f34f8f3b5e77bd00e9439e205bd1b6334fce8 (diff)
removed:
parsers/DocumentName.java added: parsers/CloseHtmlTags.java parsers/LastUpdate.java parsers/MetaParser.java modified: conversion/ConvertFile.java index/IndexCreator.java parsers/CodeBlocks.java parsers/Header.java parsers/ParserList.java parsers/QuoteSpecialText.java status/PresentFile.java styling/style.css todo
Diffstat (limited to 'styling/style.css')
-rw-r--r--styling/style.css26
1 files changed, 25 insertions, 1 deletions
diff --git a/styling/style.css b/styling/style.css
index 02e71af..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,30 @@ 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%;
+}
+
+div.source {
+ font-size:0.4em;
+ font-family:monospace;
+ text-align:center;
+ color:#989898;
+ margin-left:auto;
+ margin-right:auto;
+ border:1px;
+ padding:5px;
width:40%;
}