summaryrefslogtreecommitdiffstats
path: root/sitestatic
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2019-02-22 11:18:04 +0100
committerJelle van der Waa <jelle@vdwaa.nl>2019-02-22 11:18:04 +0100
commit872e0aad2e1f2e50c58385989de858ea4c9f3a8c (patch)
treeed196815feba0b2d2cdc9868e00b1d51e93eb278 /sitestatic
parentecc81c0ee2f38050927e1a6cb5423abbd7eb51ad (diff)
downloadarchweb-872e0aad2e1f2e50c58385989de858ea4c9f3a8c.tar.gz
archweb-872e0aad2e1f2e50c58385989de858ea4c9f3a8c.zip
sitestatic: remove unused pretty1 CSS class
This class was last used on the very old download page and since then never used. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
Diffstat (limited to 'sitestatic')
-rw-r--r--sitestatic/archweb.css19
1 files changed, 0 insertions, 19 deletions
diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css
index ced3b64c..71356a5b 100644
--- a/sitestatic/archweb.css
+++ b/sitestatic/archweb.css
@@ -264,25 +264,6 @@ td {
}
/* table pretty styles */
-table.pretty1 {
- width: auto;
- margin-top: 0.25em;
- margin-bottom: 0.5em;
- border-collapse: collapse;
- border: 1px solid #bcd;
-}
-
- .pretty1 th {
- padding: 0.35em;
- background: #e4eeff;
- border: 1px solid #bcd;
- }
-
- .pretty1 td {
- padding: 0.35em;
- border: 1px dotted #bcd;
- }
-
table.pretty2 {
width: auto;
margin-top: 0.25em;