summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2019-01-29 21:16:51 +0100
committerJelle van der Waa <jelle@archlinux.org>2019-02-18 16:42:51 +0100
commitbf4e52e6358cbfda384a5f5af9678a8a094ce28e (patch)
treee67db69a9f74581a62cfc3acc6a991ee205af7cb
parent0c27985c1c8d19d70bab8510770b3ea1df43e5a5 (diff)
releng: remove inline css
Replace the usage of inline styles with a global css rule.
-rw-r--r--sitestatic/archweb.css5
-rw-r--r--templates/releng/release_list.html2
2 files changed, 6 insertions, 1 deletions
diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css
index efa5c04d..bfb35fd1 100644
--- a/sitestatic/archweb.css
+++ b/sitestatic/archweb.css
@@ -1126,3 +1126,8 @@ ul.signoff-list {
width: 100%;
height: 100%;
}
+
+/* releases */
+#release-table th:first-of-type {
+ width: 30px;
+}
diff --git a/templates/releng/release_list.html b/templates/releng/release_list.html
index 44d94f14..138b9ac8 100644
--- a/templates/releng/release_list.html
+++ b/templates/releng/release_list.html
@@ -24,7 +24,7 @@
<table id="release-table" class="results">
<thead>
<tr>
- <th style="width: 30px;"></th>
+ <th></th>
<th>Release Date</th>
<th>Version</th>
<th>Kernel Version</th>