From ba40e95e7eede0fb5b01eaef3c4a8f2ba7cc1053 Mon Sep 17 00:00:00 2001 From: "Runa A. Sandvik" Date: Wed, 16 Mar 2011 20:29:21 +0000 Subject: [PATCH] Modified rtl css files based on feedback from Osama --- css/layout-rtl.css | 7 +++++-- css/typography-rtl.css | 5 ++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/css/layout-rtl.css b/css/layout-rtl.css index df8b715c..83226821 100644 --- a/css/layout-rtl.css +++ b/css/layout-rtl.css @@ -72,6 +72,7 @@ h1#logo a:visited { #home #maincol { float: right; margin-left: 20px; + margin-right: none; } #maincol { @@ -129,9 +130,11 @@ h1#logo a:visited { #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 @@ table tr img { .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; } diff --git a/css/typography-rtl.css b/css/typography-rtl.css index 43537a5a..ca9e4f1c 100644 --- a/css/typography-rtl.css +++ b/css/typography-rtl.css @@ -65,4 +65,7 @@ table h2, #projects th { text-align: right; -} + +caption, th, td { +text-align: right; +}}