mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-08 03:02:03 +01:00
fix padding so export icons show properly
This commit is contained in:
parent
05a8ae7acc
commit
ca680a32b6
1 changed files with 1 additions and 0 deletions
|
@ -592,6 +592,7 @@ table#otheruserstable {
|
||||||
background-image: url("../../static/img/etherpad_lite_icons.png");
|
background-image: url("../../static/img/etherpad_lite_icons.png");
|
||||||
color: #333;
|
color: #333;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
padding-bottom:2px;
|
||||||
}
|
}
|
||||||
#exporthtml {
|
#exporthtml {
|
||||||
background-position: 0px -299px
|
background-position: 0px -299px
|
||||||
|
|
Loading…
Reference in a new issue