diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-12-09 08:55:25 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-12-09 08:55:25 +0100 |
commit | edca654ef0e3f2003de587c13f2402a9518972dd (patch) | |
tree | 4bb8c6b7e7be4579150e4d92db2ba60d55f642b8 /skins | |
parent | fd0c123e44391aa01a85c5aeebbd0cea418f0808 (diff) |
Fix quota image broken in e71ceb0c98b33409af5978f0f33c6c95148bd86b (#1489467)
Diffstat (limited to 'skins')
-rw-r--r-- | skins/larry/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 9c72e46a9..61f35b094 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -2019,6 +2019,7 @@ select.decorated option { #quotadisplay { left: 6px; + height: 18px; font-size: 12px; font-weight: bold; text-shadow: 0px 1px 1px #fff; |