diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-12-02 15:05:10 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-12-02 15:05:10 +0100 |
commit | e71ceb0c98b33409af5978f0f33c6c95148bd86b (patch) | |
tree | b13510dbb97319bc2f6d8ff139d525d867f54728 | |
parent | 7135f8af1dd9f39d031e61d982b00d895074bf59 (diff) |
Remove useless height attribute from #quotadisplay element
-rw-r--r-- | skins/larry/styles.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 10500da35..7acbae736 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -2014,7 +2014,6 @@ select.decorated option { font-weight: bold; text-shadow: 0px 1px 1px #fff; padding-left: 30px; - height: 18px; background: url(images/quota.png) -100px 0 no-repeat; } |