mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 14:48:53 +00:00
[ticket/12599] Use the back to top icon instead of text.
PHPBB3-12599
This commit is contained in:
parent
14fecb2f02
commit
5cd3e7627c
2 changed files with 9 additions and 3 deletions
|
@ -239,10 +239,16 @@ a:active { color: #368AD2; }
|
||||||
|
|
||||||
* html hr { margin: 0; }
|
* html hr { margin: 0; }
|
||||||
|
|
||||||
.back2top {
|
.top {
|
||||||
clear: both;
|
background: url("../images/icon_back_top.gif") no-repeat top left;
|
||||||
|
text-decoration: none;
|
||||||
|
width: 11px;
|
||||||
height: 11px;
|
height: 11px;
|
||||||
text-align: right;
|
display: block;
|
||||||
|
float: right;
|
||||||
|
overflow: hidden;
|
||||||
|
letter-spacing: 1000px;
|
||||||
|
text-indent: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content ol, .content ul {
|
.content ol, .content ul {
|
||||||
|
|
BIN
phpBB/docs/assets/images/icon_back_top.gif
Normal file
BIN
phpBB/docs/assets/images/icon_back_top.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 204 B |
Loading…
Add table
Reference in a new issue