diff options
author | John McLear <john@mclear.co.uk> | 2013-09-21 16:17:19 +0100 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2013-09-21 16:17:19 +0100 |
commit | ca680a32b68801069ddfb51221a02e227cfb9326 (patch) | |
tree | 9f7b8acf6654c1478a7387951fabae30c2c618f0 | |
parent | 05a8ae7accc4e1bad35da5d4d30edfd36341a5bf (diff) | |
download | etherpad-lite-ca680a32b68801069ddfb51221a02e227cfb9326.zip |
fix padding so export icons show properly
-rw-r--r-- | src/static/css/pad.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/css/pad.css b/src/static/css/pad.css index 33ea0dca..810e325f 100644 --- a/src/static/css/pad.css +++ b/src/static/css/pad.css @@ -592,6 +592,7 @@ table#otheruserstable { background-image: url("../../static/img/etherpad_lite_icons.png"); color: #333; text-decoration: none; + padding-bottom:2px; } #exporthtml { background-position: 0px -299px |