diff options
author | Marcel Korpel <marcel.korpel@gmail.com> | 2016-01-31 20:07:45 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2016-01-31 20:12:56 +0100 |
commit | 1664a24198a3f3ef3fb3529ce8761fd030325e43 (patch) | |
tree | 32804c8b88d6de9b057ce6351868e1459661c2c7 /web/html/css | |
parent | 7d7fc184059e524882091343213f204fa67ff4d6 (diff) | |
download | aurweb-1664a24198a3f3ef3fb3529ce8761fd030325e43.tar.xz |
Remove 'new' tag from updates table
It was hard to make it consistent with the other new icons from Open
Iconic and it hadn't much use after all.
Signed-off-by: Marcel Korpel <marcel.korpel@gmail.com>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/html/css')
-rw-r--r-- | web/html/css/aurweb.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/web/html/css/aurweb.css b/web/html/css/aurweb.css index 63fe01c..f5e1037 100644 --- a/web/html/css/aurweb.css +++ b/web/html/css/aurweb.css @@ -16,10 +16,6 @@ margin: 0 .25em; } -#pkg-updates td.pkg-new { - padding: 0 .5em; -} - #pkg-stats td.stat-desc { white-space: normal; } @@ -45,10 +41,6 @@ text-overflow: ellipsis; } -#pkg-updates td.pkg-new { - width: 16px; -} - #pkg-updates td.pkg-date { text-align:right; } |