Updating branch refs/heads/nick/gettext
         to e99ae71b22ab00c1d08f428342fd7f9962a5f0b6 (commit)
       from 4bc9c379222736a56764f5f1fa73faaef76561e4 (commit)

commit e99ae71b22ab00c1d08f428342fd7f9962a5f0b6
Author: Nick Schermer <[email protected]>
Date:   Thu Jan 13 18:27:34 2011 +0100

    Update mirrorbrain css.

 style/mirrorbrain.css |   39 +++++++++++++++++++++++++++++----------
 1 files changed, 29 insertions(+), 10 deletions(-)

diff --git a/style/mirrorbrain.css b/style/mirrorbrain.css
index 7f62490..0c9493b 100644
--- a/style/mirrorbrain.css
+++ b/style/mirrorbrain.css
@@ -1,21 +1,40 @@
+@import url('header.css');
 
 body {
-    font: 80% Verdana, Arial, Helvetica, sans-serif;
+  font: 80% Verdana, Arial, Helvetica, sans-serif;
+  margin: 0;
+  line-height: 1.7em;
 }
 
-h1, h2, h3, h4, h5 {
-       color: #666;
-       border-bottom: 1px solid #ccc;
-       font-weight: normal;
-       margin: 0 0 1em 0;
-       padding: 0.5em 0 0 0;
+#mirrorbrain-details, #mirrorbrain-index
+{
+  padding: 1em;
+  min-width: 600px;
+  max-width: 1100px;
+  margin: auto;
+  text-align: left;
+}
+
+h2 {
+  color: #666;
+  border-bottom: 1px solid #ccc;
+  font-weight: normal;
+  margin: 0;
+  padding: 0.5em 0 0 0;
+  font-size: 200%;
 }
 
 a {
-       color: #06c;
-       text-decoration: none;
+  color: #06c;
+  text-decoration: none;
 }
 
 a:hover {
-       color: #f00;
+  color: #f00;
+}
+
+hr {
+  height: 1px;
+  background: #ccc;
+  border: 0;
 }
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to