diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-05-09 12:04:38 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-05-09 12:04:38 +0200 |
commit | 1af3d97636caa15463364934276a9f2c99d62f61 (patch) | |
tree | 1a047e5de936b2b8e71cf892973f3009e503e136 /skins/larry/settings.css | |
parent | 672621e389fb35f563e0df02d009484cfd9bea9f (diff) |
Unify lists' records and headers height no matter it's td, li or span
Diffstat (limited to 'skins/larry/settings.css')
-rw-r--r-- | skins/larry/settings.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/larry/settings.css b/skins/larry/settings.css index 675ef9973..d8e250014 100644 --- a/skins/larry/settings.css +++ b/skins/larry/settings.css @@ -243,7 +243,7 @@ #subscription-table tr.root td { font-size: 5%; - height: 5px; + line-height: 5px; padding: 2px; } @@ -255,7 +255,7 @@ #subscription-table td.subscribed { min-width: 30px; - padding: 3px 12px 3px 3px; + padding: 0 14px 0 2px; text-align: right; } |