1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 11:10:18 +02:00

- IE6 is not able to correctly cope with gzip compression

- hopefully fixed the rtl icon issue in FF without breaking ltr display.


git-svn-id: file:///svn/phpbb/trunk@8040 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2007-08-17 12:32:41 +00:00
parent c09bd8c69f
commit 021fec01b2
6 changed files with 65 additions and 23 deletions

View File

@@ -326,6 +326,20 @@ ul.navlinks {
font-weight: bold;
}
ul.leftside {
float: left;
margin-left: 0;
margin-right: 5px;
text-align: left;
}
ul.rightside {
float: right;
margin-left: 5px;
margin-right: -5px;
text-align: right;
}
/* Table styles
----------------------------------------*/
table.table1 {
@@ -584,7 +598,7 @@ div.rules {
font-size: 1.1em;
}
div.rules li {
div.rules ul {
margin-left: 20px;
}