Setting proper margins for #footer in rtl

svn path=/trunk/; revision=20322
This commit is contained in:
ato 2011-04-22 14:46:00 +00:00
parent 790cb997cc
commit 64884bd142
1 changed files with 5 additions and 0 deletions

View File

@ -135,6 +135,11 @@ body {
float: left;
}
#footer {
margin-left: 4em;
margin-right: 15px;
}
#footer #notice {
float: right;
margin: 0 0 0 10%;