aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2007-04-13 06:34:09 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2007-04-13 06:34:09 +0000
commit59c4fad29693584f44fe3acf4de12291c4d8f170 (patch)
treea9cc780ce9fb26938761d840e0b2158d620e1620 /phpBB/styles/prosilver/theme
parentbb43f8f0de7c1cdc640ddca980e089de695442bf (diff)
downloadforums-59c4fad29693584f44fe3acf4de12291c4d8f170.tar
forums-59c4fad29693584f44fe3acf4de12291c4d8f170.tar.gz
forums-59c4fad29693584f44fe3acf4de12291c4d8f170.tar.bz2
forums-59c4fad29693584f44fe3acf4de12291c4d8f170.tar.xz
forums-59c4fad29693584f44fe3acf4de12291c4d8f170.zip
icon_back_top.gif wasn't imagesetified and was an ugly inlined image in viewtopic... bleurgh! :P
git-svn-id: file:///svn/phpbb/trunk@7353 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r--phpBB/styles/prosilver/theme/colours.css4
-rw-r--r--phpBB/styles/prosilver/theme/links.css4
2 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css
index c946a501ae..71ad7b4ec4 100644
--- a/phpBB/styles/prosilver/theme/colours.css
+++ b/phpBB/styles/prosilver/theme/colours.css
@@ -328,11 +328,11 @@ a.topictitle:active {
/* Back to top of page */
a.top {
- background-image: url("{T_IMAGESET_PATH}/images/top.gif");
+ background-image: url("{IMG_ICON_BACK_TOP_SRC}");
}
a.top2 {
- background-image: url("{T_IMAGESET_PATH}/images/top.gif");
+ background-image: url("{IMG_ICON_BACK_TOP_SRC}");
}
/* Arrow links */
diff --git a/phpBB/styles/prosilver/theme/links.css b/phpBB/styles/prosilver/theme/links.css
index c04d7f0420..733a3cc8d3 100644
--- a/phpBB/styles/prosilver/theme/links.css
+++ b/phpBB/styles/prosilver/theme/links.css
@@ -136,8 +136,8 @@ a.topictitle:active {
a.top {
background: none no-repeat 50% 50%;
text-decoration: none;
- width: 11px;
- height: 11px;
+ width: {IMG_ICON_BACK_TOP_WIDTH}px;
+ height: {IMG_ICON_BACK_TOP_HEIGHT}px;
display: block;
float: right;
overflow: hidden;