summaryrefslogtreecommitdiff
path: root/views/style.scss
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2016-04-15 09:59:43 +0000
committergebele <gebele@in-silico.ch>2016-04-15 09:59:43 +0000
commitdf8ed98fcc052da2641c26897a8dd0592f274e53 (patch)
treefab67ee95f1e73af49f9e2d4c0c121ebe2be3eb7 /views/style.scss
parent4a108bd930a367cad06b3ef0208c7b7760753329 (diff)
reactivated info buttons; changed unit for fish; introduced FAQ
Diffstat (limited to 'views/style.scss')
-rw-r--r--views/style.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/views/style.scss b/views/style.scss
index a0502b5..70c8035 100644
--- a/views/style.scss
+++ b/views/style.scss
@@ -1,3 +1,6 @@
+body {
+ background-color:#E7E7E7;
+}
table.table-borderless tbody tr td{
border-top: none;
}
@@ -25,3 +28,12 @@ img {
height: 300px;
width: 300px;
}
+.faq {
+ text-align: block;
+ margin-left:15%;
+ margin-right:15%;
+ margin-top:2%;
+}
+.faq h1 {
+ text-align: center;
+}