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:
@@ -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 */
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user