summaryrefslogtreecommitdiffstats
path: root/_static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to '_static/styles.css')
-rw-r--r--_static/styles.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/_static/styles.css b/_static/styles.css
index 18d2362..9d417dd 100644
--- a/_static/styles.css
+++ b/_static/styles.css
@@ -170,6 +170,14 @@ table.downloads {
text-align: left;
}
+tr:hover td.iso, tr:hover td.size, tr:hover td.checksums {
+ background-color: #EDEDED;
+}
+
+td.iso {
+ text-indent: 1em;
+}
+
th.size, td.size {
width: 4em;
}
@@ -218,4 +226,3 @@ footer {
width: 100%;
height: 1.1em;
}
-