[geeklog-cvs] geeklog: Denim: modified style_rtl.css for Right-To-Left languages

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Apr 25 10:05:36 EDT 2012


changeset 8623:7cc9083b233a
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/7cc9083b233a
user: dengen
date: Wed Apr 25 23:04:54 2012 +0900
description:
Denim: modified style_rtl.css for Right-To-Left languages

diffstat:

 public_html/layout/denim/style_rtl.css |  18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diffs (47 lines):

diff -r cea723791caf -r 7cc9083b233a public_html/layout/denim/style_rtl.css
--- a/public_html/layout/denim/style_rtl.css	Wed Apr 25 22:29:57 2012 +0900
+++ b/public_html/layout/denim/style_rtl.css	Wed Apr 25 23:04:54 2012 +0900
@@ -1865,8 +1865,8 @@
   width: auto;
   height: 30px;
   padding: 0;
-  float: left;
-  margin: 2px -1px 0 0;
+  float: right;
+  margin: 2px 0 0 -1px;
 }
 
 .a-navlist {
@@ -1888,7 +1888,7 @@
   position: relative;
   top: -5px;
   padding-top: 5px;
-  border-left-width: 1px;
+  border-right-width: 1px;
   margin: 0;
   color: #111;
   -moz-border-radius-topleft: 3px;
@@ -1902,17 +1902,17 @@
 
 .li-navlist:first-child a {
   border-width: 1px;
+  -moz-border-radius-topright: 3px;
+  -webkit-border-top-right-radius: 3px;
+  border-top-right-radius: 3px;
+}
+
+.li-navlist:last-child a {
   -moz-border-radius-topleft: 3px;
   -webkit-border-top-left-radius: 3px;
   border-top-left-radius: 3px;
 }
 
-.li-navlist:last-child a {
-  -moz-border-radius-topright: 3px;
-  -webkit-border-top-right-radius: 3px;
-  border-top-right-radius: 3px;
-}
-
 /* Clearfixing tabs for beautiful stacking */
 #navlist:before,
 #navlist:after {



More information about the geeklog-cvs mailing list