aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/common.css
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-08-17 12:32:41 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-08-17 12:32:41 +0000
commit021fec01b291e37a1ddec27628522c62f6a86521 (patch)
tree6658708aa0ce1716443c0da5c3087135ffb8701c /phpBB/styles/prosilver/theme/common.css
parentc09bd8c69f6acc30f581a6cd9136c7c3a7d8f8aa (diff)
downloadforums-021fec01b291e37a1ddec27628522c62f6a86521.tar
forums-021fec01b291e37a1ddec27628522c62f6a86521.tar.gz
forums-021fec01b291e37a1ddec27628522c62f6a86521.tar.bz2
forums-021fec01b291e37a1ddec27628522c62f6a86521.tar.xz
forums-021fec01b291e37a1ddec27628522c62f6a86521.zip
- 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
Diffstat (limited to 'phpBB/styles/prosilver/theme/common.css')
-rw-r--r--phpBB/styles/prosilver/theme/common.css16
1 files changed, 15 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 9ba258b7df..0a2f418aa8 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -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;
}