Modified rtl css files based on feedback from Osama

This commit is contained in:
Runa A. Sandvik 2011-03-16 20:29:21 +00:00
parent 2c44166006
commit ba40e95e7e
2 changed files with 9 additions and 3 deletions

View File

@ -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;
}

View File

@ -65,4 +65,7 @@ table h2,
#projects th {
text-align: right;
}
caption, th, td {
text-align: right;
}}