From 7d3095b4b9e487d0966ed7ac777d3f9783ce1c28 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 13 Mar 2011 20:22:59 +0100 Subject: css; twitter; commits; history Signed-off-by: franck cuny --- public/css/style.css | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) (limited to 'public/css') diff --git a/public/css/style.css b/public/css/style.css index e4c7cf6..3db0caa 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -104,15 +104,15 @@ ul.actions li { } textarea#editor-body { - background: #fff; - border: 1px solid #ddd; - font-size: 1.3em; - font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; - line-height: 1.8em; - margin: 1em 0 0.4em; - padding: 0.5em; /* I don't really like mixing pct & em here… */ - width: 98%; - height: 20em; + background: #fff; + border: 1px solid #ddd; + font-size: 1.3em; + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; + line-height: 1.8em; + margin: 1em 0 0.4em; + padding: 0.5em; /* I don't really like mixing pct & em here… */ + width: 98%; + height: 20em; } input#editor-submit { @@ -137,3 +137,17 @@ input#editor-submit { -moz-border-radius: 3px; -webkit-border-radius: 3px; } + +#wiki-history { + margin-top: 3em; +} + +.history h1 { + color: #999; + font-weight: normal; +} + +.history h1 strong { + color: #000; + font-weight: bold; +} -- cgit 1.4.1