mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-02 04:42:37 +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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user