From b7fa44bc8d9680b1976d8733420b51745fe63d18 Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 29 Dec 2018 09:06:35 +0100 Subject: Scss lint --- src/css/design.scss | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/css/design.scss') diff --git a/src/css/design.scss b/src/css/design.scss index fc53bfb..bfe3561 100755 --- a/src/css/design.scss +++ b/src/css/design.scss @@ -9,7 +9,7 @@ $gt-gsm: "screen and (min-width: 768px)"; body { font-family: 'Noto Serif', Verdana, "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif; - margin: 0px; + margin: 0; background: #f1f1f1; line-height: 1.6; color: #333333; @@ -17,8 +17,8 @@ body { font-size: 16px; } #body_c { - background-repeat:no-repeat; - background-position:top left; + background-repeat: no-repeat; + background-position: top left; } .fl { float: left; @@ -37,16 +37,16 @@ table { padding: 7px 13px; } table, th, td { - border: 1px solid #dfe2e5; - padding: 7px 13px; + border: 1px solid #dfe2e5; + padding: 7px 13px; } .suite { - color: #888888; - outline: none; - text-decoration: none; - font-size: 0.6em; - font-weight: bold; - font-family: monospace, serif; - text-shadow: 0 1px 0 #DDD; + color: #888888; + outline: none; + text-decoration: none; + font-size: 0.6em; + font-weight: bold; + font-family: monospace, serif; + text-shadow: 0 1px 0 #DDD; } -- cgit v1.2.3