From df8ed98fcc052da2641c26897a8dd0592f274e53 Mon Sep 17 00:00:00 2001 From: gebele Date: Fri, 15 Apr 2016 09:59:43 +0000 Subject: reactivated info buttons; changed unit for fish; introduced FAQ --- views/style.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'views/style.scss') 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; +} -- cgit v1.2.3