1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 07:21:30 +02:00

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
This commit is contained in:
Jonathan Stanley
2007-04-13 06:34:09 +00:00
parent bb43f8f0de
commit 59c4fad296
6 changed files with 8 additions and 6 deletions

View File

@@ -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 */

View File

@@ -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;