www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www layout.css


From: Yavor Doganov
Subject: www layout.css
Date: Tue, 04 Nov 2008 08:10:35 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Yavor Doganov <yavor>   08/11/04 08:10:35

Modified files:
        .              : layout.css 

Log message:
        Improvements for RTL.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.30&r2=1.31

Patches:
Index: layout.css
===================================================================
RCS file: /web/www/www/layout.css,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- layout.css  1 Oct 2008 14:58:04 -0000       1.30
+++ layout.css  4 Nov 2008 08:10:33 -0000       1.31
@@ -84,7 +84,7 @@
 
 #navigation{ background-color: #bd0000; border-bottom: 5px solid #333;}
 
-#navigation ul{ line-height: 3em; font-size: 0.8em; text-align: left; }
+#navigation ul{ line-height: 3em; font-size: 0.8em; }
 
 #navigation li{display: inline; margin: 0 0px; padding: 0.5em 1em 0.5em 1em; }
 
@@ -175,12 +175,12 @@
   border-top: 1px solid rgb(204,204,204);
 }
 
-#translations{ background-color: #fff;  text-align:
- left; padding: 1em; padding-top: 0; color: #000;   }
+#translations{ background-color: #fff; 
+ padding: 1em; padding-top: 0; color: #000;   }
 
 #translations h3, #translations h4{ font-size: 1em; font-weight: bold; 
margin-bottom: 0.5em; padding: 0; }
 
-#translations li{display: inline; line-height: 1.7em; }
+#translations li{direction: ltr; display: inline-block; line-height: 1.7em; }
 
 #translations  a{ color: blue !important; }
 
@@ -292,7 +292,7 @@
 
 code, kbd, samp, tt{ font-family: monospace; }
 
-#toplinks{font-size: 80%; padding: 4px; text-align: left; z-index: 999; 
position: absolute; top: 0; left: 0; }
+#toplinks{font-size: 80%; padding: 4px; z-index: 999; top: 0; left: 0; }
 
 #toplinks a{ font-weight: bold; color: #888; } 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]