mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-19 11:25:27 +00:00
Finished up 'getting started' page.
This commit is contained in:
parent
7691d7dc55
commit
dce260e9e1
3 changed files with 109 additions and 34 deletions
26
css/main.css
26
css/main.css
|
|
@ -6,13 +6,29 @@ body {
|
|||
* Bootstrap overrides
|
||||
*/
|
||||
|
||||
.borderless th,
|
||||
.borderless td {
|
||||
border: none !important;
|
||||
.table.borderless tr td {
|
||||
padding-top: 1em;
|
||||
}
|
||||
|
||||
tr.hrule {
|
||||
border-bottom: 1px solid #ddd;
|
||||
.table.borderless tr,
|
||||
.table.borderless tr td {
|
||||
border: none;
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.table.borderless tr:last-child,
|
||||
.table.borderless tr:last-child td {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.contact td:first-child {
|
||||
padding-right: 1em;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
td.wide {
|
||||
min-width: 10em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.container {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue