summaryrefslogtreecommitdiff
path: root/src/css/design.scss
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-12-29 09:06:35 +0100
committerache <ache@ache.one>2018-12-29 09:06:35 +0100
commitb7fa44bc8d9680b1976d8733420b51745fe63d18 (patch)
tree3bbfe79b4c3d755c0151fccac7ff051a1de7c5b5 /src/css/design.scss
parentImproove mrclean ! (diff)
Scss lint
Diffstat (limited to 'src/css/design.scss')
-rwxr-xr-xsrc/css/design.scss24
1 files changed, 12 insertions, 12 deletions
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;
}