mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-13 17:30:51 +00:00
Did some 'final' clean up.
This commit is contained in:
parent
486f8d117a
commit
82b3569084
5 changed files with 58 additions and 61 deletions
16
css/main.css
16
css/main.css
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue