Commit c5a3f2ac authored by Tobias Schmidt's avatar Tobias Schmidt

Clean up downloads table layout

parent dee5f53a
...@@ -232,10 +232,18 @@ footer { ...@@ -232,10 +232,18 @@ footer {
padding-right: 1em; padding-right: 1em;
} }
.downloads td, .downloads th {
white-space: nowrap;
}
.downloads .filename {
width: 100%;
}
.downloads .checksum { .downloads .checksum {
font-family: monospace; font-family: monospace;
font-size: .6em; font-size: .6em;
vertical-align: bottom; vertical-align: inherit;
} }
/* Docs-related styles. */ /* Docs-related styles. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment