mirror of
https://github.com/torproject/webwml.git
synced 2024-11-27 11:40:21 +00:00
Modified rtl css files based on feedback from Osama
This commit is contained in:
parent
2c44166006
commit
ba40e95e7e
@ -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;
|
||||
}
|
||||
|
@ -65,4 +65,7 @@ table h2,
|
||||
|
||||
#projects th {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
caption, th, td {
|
||||
text-align: right;
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user