aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2007-05-13 00:32:41 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2007-05-13 00:32:41 +0000
commite25eeadc073e8d6dabb012e745392a4ce890ff5a (patch)
tree98effdbda75bf7082c29700e0c813fb8e9434f02 /phpBB/styles
parent99815fbb77ba8661d6c56902159de027bd8bca2f (diff)
downloadforums-e25eeadc073e8d6dabb012e745392a4ce890ff5a.tar
forums-e25eeadc073e8d6dabb012e745392a4ce890ff5a.tar.gz
forums-e25eeadc073e8d6dabb012e745392a4ce890ff5a.tar.bz2
forums-e25eeadc073e8d6dabb012e745392a4ce890ff5a.tar.xz
forums-e25eeadc073e8d6dabb012e745392a4ce890ff5a.zip
1 whole week, and no icons for the subforum links, which means no go for the imageset... revert change, perhaps something for phpBB3.2.x? :P
git-svn-id: file:///svn/phpbb/trunk@7556 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/theme/colours.css8
-rw-r--r--phpBB/styles/prosilver/theme/content.css7
2 files changed, 0 insertions, 15 deletions
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css
index ebff25a362..c10300405e 100644
--- a/phpBB/styles/prosilver/theme/colours.css
+++ b/phpBB/styles/prosilver/theme/colours.css
@@ -372,14 +372,6 @@ ul.topiclist dd {
border-left-color: #FFFFFF;
}
-ul.topiclist li.row dt a.subforum.read {
- background-image: url("{T_IMAGESET_PATH}/icon_post_target.gif");
-}
-
-ul.topiclist li.row dt a.subforum.unread {
- background-image: url("{T_IMAGESET_PATH}/icon_post_target_unread.gif");
-}
-
li.row {
border-top-color: #FFFFFF;
border-bottom-color: #00608F;
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css
index 1feec4b2cb..1145a55f41 100644
--- a/phpBB/styles/prosilver/theme/content.css
+++ b/phpBB/styles/prosilver/theme/content.css
@@ -47,13 +47,6 @@ ul.topiclist dfn {
display: none;
}
-ul.topiclist li.row dt a.subforum {
- background-image: none;
- background-position: 0pt 50%;
- background-repeat: no-repeat;
- padding: 0 0 0 12px;
-}
-
li.row {
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #8f8f8f;