Author: runa Date: 2011-03-16 20:29:21 +0000 (Wed, 16 Mar 2011) New Revision: 24362
Modified: website/trunk/css/layout-rtl.css website/trunk/css/typography-rtl.css Log: Modified rtl css files based on feedback from Osama
Modified: website/trunk/css/layout-rtl.css =================================================================== --- website/trunk/css/layout-rtl.css 2011-03-16 20:28:35 UTC (rev 24361) +++ website/trunk/css/layout-rtl.css 2011-03-16 20:29:21 UTC (rev 24362) @@ -72,6 +72,7 @@ #home #maincol { float: right; margin-left: 20px; + margin-right: none; }
#maincol { @@ -129,9 +130,11 @@ #sidenav ul li.dropdown a:visited { background-position: right center; } #sidenav ul li.dropdown a.active { background-position: right center; }
+ .sidenav-sub ul li.dropdown a:link, .sidenav-sub ul li.dropdown a:visited { - background-position: right top; + background: url(../images/sidenav-arrow-rtl.gif) right top no-repeat; + margin-top: 12px; }
#sidenav ul li a:link, @@ -195,7 +198,7 @@ .android { background-position: right center; }
.title { - background-position: left top; + background: url(../images/table-title-arrow-rtl.jpg) right top no-repeat; padding: 10px 10px 0 25px; float: right; }
Modified: website/trunk/css/typography-rtl.css =================================================================== --- website/trunk/css/typography-rtl.css 2011-03-16 20:28:35 UTC (rev 24361) +++ website/trunk/css/typography-rtl.css 2011-03-16 20:29:21 UTC (rev 24362) @@ -65,4 +65,7 @@
#projects th { text-align: right; -} + +caption, th, td { +text-align: right; +}}
tor-commits@lists.torproject.org