Did some 'final' clean up.

This commit is contained in:
Daniel Buckmaster 2014-04-13 15:09:01 +10:00
parent 486f8d117a
commit 82b3569084
5 changed files with 58 additions and 61 deletions

View file

@ -26,11 +26,6 @@ body {
text-align: right;
}
td.wide {
min-width: 10em;
font-weight: bold;
}
.container {
max-width: 760px!important;
}
@ -169,12 +164,21 @@ img.history {
margin: 1em;
}
table.history tr td:nth-child(1) {
table.history tr td:first-child {
font-weight: bold;
width: 4em;
display: inline-block;
}
table.download tr td:first-child {
min-width: 10em;
font-weight: bold;
}
table.versioning tr td:first-child {
min-width: 8em;
}
/*-----------------------------------------------------------------------------
* Posts
*/