diff options
author | alecpl <alec@alec.pl> | 2012-02-26 11:34:08 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-02-26 11:34:08 +0000 |
commit | af5995d41bbf3c36c9ed8ee839c47c9b37567db1 (patch) | |
tree | c5485b1079b30ccd387adf03844f90f5b258e916 /skins/larry/styles.css | |
parent | ef1e877a8dd419fcb0de772bf0c40eeca76ee7eb (diff) |
Fix larry issues: 'Mark' button position, broken folders list footer
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index b9aa08703..af08e29dc 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1375,7 +1375,7 @@ ul.proplist li { } .toolbar a.button.markmessage { - background-position: center -1095px; + background-position: center -1094px; } .toolbar a.button.more { |