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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user