summaryrefslogtreecommitdiffstats
path: root/sitestatic
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2019-02-22 11:22:24 +0100
committerJelle van der Waa <jelle@vdwaa.nl>2019-02-22 11:22:24 +0100
commit8507008a52681b617ff5adb8f1b4e163f5ffbc46 (patch)
treecddea1bf3d5b5ba9d2143e0d64b39dfc5f56834e /sitestatic
parent872e0aad2e1f2e50c58385989de858ea4c9f3a8c (diff)
downloadarchweb-8507008a52681b617ff5adb8f1b4e163f5ffbc46.tar.gz
archweb-8507008a52681b617ff5adb8f1b4e163f5ffbc46.zip
sitestatic: remove unused CSS rule #dash-pkg-notify
The dash-pkg-notify view was removed in 710ec0a9de9a and since then never used. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
Diffstat (limited to 'sitestatic')
-rw-r--r--sitestatic/archweb.css28
1 files changed, 1 insertions, 27 deletions
diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css
index 71356a5b..2259494f 100644
--- a/sitestatic/archweb.css
+++ b/sitestatic/archweb.css
@@ -973,33 +973,7 @@ table td.country {
background: #ffd;
}
-/* dev dashboard: flagged packages */
-#dash-pkg-notify {
- text-align: right;
- padding: 1em 0 0;
- margin-top: 1em;
- font-size: 0.85em;
- border-top: 1px dotted #bbb;
-}
-
- #dash-pkg-notify label {
- width: auto;
- font-weight: normal;
- }
-
- #dash-pkg-notify input {
- vertical-align: middle;
- margin: 0 0.25em;
- }
-
- #dash-pkg-notify input[type=submit] {
- margin-top: -0.25em;
- }
-
- #dash-pkg-notify p {
- margin: 0;
- }
-
+/* dev dashboard: */
table.dash-stats .key {
width: 50%;
}