summary refs log tree commit diff
path: root/public/css
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-03-13 20:22:59 +0100
committerfranck cuny <franck@lumberjaph.net>2011-03-13 20:22:59 +0100
commit7d3095b4b9e487d0966ed7ac777d3f9783ce1c28 (patch)
treef474b6e8fafb4874cdb078f4fef56fc2ac6b30ef /public/css
parentlayout (diff)
downloadballet-7d3095b4b9e487d0966ed7ac777d3f9783ce1c28.tar.gz
css; twitter; commits; history
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to 'public/css')
-rw-r--r--public/css/style.css32
1 files changed, 23 insertions, 9 deletions
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;
+}