summaryrefslogtreecommitdiffstats
path: root/_static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to '_static/styles.css')
-rw-r--r--_static/styles.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/_static/styles.css b/_static/styles.css
index d9b40dc..205ffcb 100644
--- a/_static/styles.css
+++ b/_static/styles.css
@@ -164,6 +164,23 @@ table.downloads {
text-align: left;
}
+th.size, td.size {
+ width: 4em;
+}
+
+th.checksums, td.checksums {
+ width: 8em;
+}
+
+th.checksums, td.checksums, th.size, td.size {
+ text-align: right;
+ padding: .2em 0em .2em .2em;
+}
+
+table.downloads td, table.downloads th {
+ border-bottom: 1px solid #DCDCDC;
+}
+
#pagenav {
float: left;
margin: 1em;