Updating branch refs/heads/nick/gettext
         to 9c7cd69e99042996da9e78d1418e9d6d01f0975d (commit)
       from d30594b3e322ef594b671aa03c6cb9420d3f569d (commit)

commit 9c7cd69e99042996da9e78d1418e9d6d01f0975d
Author: Jérôme Guelfucci <[email protected]>
Date:   Thu Dec 9 18:02:36 2010 +0100

    Justify paragraphs and fix indentation in stylesheet.

 style/base.css |   38 +++++++++++++++++++++-----------------
 1 files changed, 21 insertions(+), 17 deletions(-)

diff --git a/style/base.css b/style/base.css
index df8eae9..4b534da 100644
--- a/style/base.css
+++ b/style/base.css
@@ -1,41 +1,41 @@
 
 body {
        margin: 0;
-        padding: 0;
+  padding: 0;
        line-height: 1.7em;
        font-family: Arial;
        font-size: 90%;
 }
 
 #page-header {
-        /*border-bottom: 2px #69f solid;*/
-        background: #333 url('img/logosmall.png') no-repeat 6px 55%;
+  /*border-bottom: 2px #69f solid;*/
+  background: #333 url('img/logosmall.png') no-repeat 6px 55%;
        padding-left: 120px;
 }
-#page-header ul {     
+#page-header ul {
        float: right ;
        list-style: none;
-        margin: 0;
-        padding: 0 15px 0 0;
-        background: #333;
+  margin: 0;
+  padding: 0 15px 0 0;
+  background: #333;
 }
 #page-header ul li {
        float: left;
-        font-weight: bold;
-        line-height: 50px;
+  font-weight: bold;
+  line-height: 50px;
 }
 #page-header a {
        color: #fff;
-        text-decoration: none;
-        display: block;
-        float: right;
-        padding: 0 15px 0 15px;
+  text-decoration: none;
+  display: block;
+  float: right;
+  padding: 0 15px 0 15px;
 }
 #page-header ul li a:hover {
        color: #69f;
 }
 #page-header .active {
-        color: #69f;
+  color: #69f;
 }
 
 
@@ -44,7 +44,7 @@ body {
        padding: 1em;
        text-align: left;
 
-       min-width: 600px; 
+       min-width: 600px;
        max-width: 1100px;
 }
 
@@ -113,11 +113,11 @@ body {
 }
 
 table th {
-        text-align: left;
+  text-align: left;
 }
 
 table tr:nth-child(even) {
-        background: #ccc;
+  background: #ccc;
 }
 table td {
        padding: 0.2em;
@@ -174,3 +174,7 @@ a:hover {
        unicode-bidi: bidi-override;
        direction: rtl;
 }
+
+p {
+  text-align: justify;
+}
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to