aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2011-12-16 17:44:57 +0100
committerAndreas Fischer <bantu@phpbb.com>2011-12-16 17:44:57 +0100
commit6bfca76f1ced74121958211c1df079734a2e80ff (patch)
treedc2f6e71559008c0fa43cc56bcfe446497de6b5c /phpBB/styles/prosilver/theme
parent56c3a66c28be8760921de0c10d2cfd20f67c24c3 (diff)
parent8af9a0054ccf7df26c8b9057f1d2fb2f32fd5253 (diff)
downloadforums-6bfca76f1ced74121958211c1df079734a2e80ff.tar
forums-6bfca76f1ced74121958211c1df079734a2e80ff.tar.gz
forums-6bfca76f1ced74121958211c1df079734a2e80ff.tar.bz2
forums-6bfca76f1ced74121958211c1df079734a2e80ff.tar.xz
forums-6bfca76f1ced74121958211c1df079734a2e80ff.zip
Merge remote-tracking branch 'nickvergessen/ticket/10504' into prep-release-3.0.10
* nickvergessen/ticket/10504: [ticket/10504] Revert the changes for widescreen optimisation PHPBB3-6632 [ticket/10504] Revert the changes for widescreen optimisation PHPBB3-10408 [ticket/10504] Revert the changes for widescreen optimisation PHPBB3-10485
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r--phpBB/styles/prosilver/theme/content.css20
1 files changed, 3 insertions, 17 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css
index 696d5e1cc0..5f627c8f77 100644
--- a/phpBB/styles/prosilver/theme/content.css
+++ b/phpBB/styles/prosilver/theme/content.css
@@ -35,16 +35,6 @@ ul.topiclist dt {
padding-right: 5px;
}
-ul.topiclist .widescreen-optimised dt {
- width: 100%;
- margin-right: -465px;
-}
-
-ul.topiclist .widescreen-optimised dt .wrap-content {
- display: block;
- padding-right: 465px;
-}
-
ul.topiclist dd {
display: block;
float: left;
@@ -108,10 +98,6 @@ li.header dt {
font-weight: bold;
}
-li.header .widescreen-optimised dt {
- margin-right: -465px;
-}
-
li.header dd {
margin-left: 1px;
}
@@ -140,7 +126,7 @@ dl.icon dt {
}
dd.posts, dd.topics, dd.views {
- width: 90px;
+ width: 8%;
text-align: center;
line-height: 2.2em;
font-size: 1.2em;
@@ -159,7 +145,7 @@ dl.icon dt li {
}
dd.lastpost {
- width: 230px;
+ width: 25%;
font-size: 1.1em;
}
@@ -192,7 +178,7 @@ dd.extra {
dd.mark {
float: right !important;
- width: 90px;
+ width: 9%;
text-align: center;
line-height: 200%;
font-size: 1.2em;