diff options
author | Camil Staps | 2016-07-18 11:14:42 +0200 |
---|---|---|
committer | Camil Staps | 2016-07-18 11:14:42 +0200 |
commit | c7544e8b20c30a8b83bbb594320530183375d04a (patch) | |
tree | ca990c43aa30ab774a176445313abf382797e491 /resources/sass | |
parent | Updated preferences; Vivisoft info (diff) |
Updated work for autumn 2016; updated work order; spaces to tabs
Diffstat (limited to 'resources/sass')
-rw-r--r-- | resources/sass/style.scss | 38 |
1 files changed, 21 insertions, 17 deletions
diff --git a/resources/sass/style.scss b/resources/sass/style.scss index 8539f95..b75a21c 100644 --- a/resources/sass/style.scss +++ b/resources/sass/style.scss @@ -1,33 +1,37 @@ @import "bootstrap"; .container { - max-width: 970px; + max-width: 970px; } img#profile { - margin-right: 1em; + margin-right: 1em; } table { - tr { - td { - vertical-align: top; - - &:first-child { - min-width: 120px; - padding-right: 1em; - } - } - } - - margin-bottom: 6px; + &.main_table { + > tbody > tr > td:first-child { + min-width: 150px; + } + } + + tr { + td { + vertical-align: top; + + &:first-child { + padding-right: 1em; + } + } + } + + margin-bottom: 6px; } span.tt { - font-family: monospace; + font-family: monospace; } footer { - padding-bottom: 10px; + padding-bottom: 10px; } - |