From c7544e8b20c30a8b83bbb594320530183375d04a Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 18 Jul 2016 11:14:42 +0200 Subject: Updated work for autumn 2016; updated work order; spaces to tabs --- resources/sass/style.scss | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) (limited to 'resources/sass') 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; } - -- cgit v1.2.3