summaryrefslogtreecommitdiffhomepage
path: root/resources/sass
diff options
context:
space:
mode:
authorCamil Staps2016-07-18 11:14:42 +0200
committerCamil Staps2016-07-18 11:14:42 +0200
commitc7544e8b20c30a8b83bbb594320530183375d04a (patch)
treeca990c43aa30ab774a176445313abf382797e491 /resources/sass
parentUpdated 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.scss38
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;
}
-