summaryrefslogtreecommitdiff
path: root/views/style.scss
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2019-05-28 14:25:52 +0000
committergebele <gebele@in-silico.ch>2019-05-28 14:25:52 +0000
commit5a3be4190688bc8240327930b3e953b09ecc9d9e (patch)
treec26ae148d18bcb0195a092b9339dbfcd16718a9e /views/style.scss
parent750e91ae181c06c2f9d067d540d2d336274049b0 (diff)
before clean up
Diffstat (limited to 'views/style.scss')
-rw-r--r--views/style.scss21
1 files changed, 21 insertions, 0 deletions
diff --git a/views/style.scss b/views/style.scss
index 5d47872..01b5147 100644
--- a/views/style.scss
+++ b/views/style.scss
@@ -72,3 +72,24 @@ ul.share-buttons{
table-layout: fixed;
width: 100%;
}
+.help table, .help th, .help td {
+ background-color: white;
+ border: 1px solid black;
+ border-bottom: none;
+ width: 100%;
+}
+.help th, .help td {
+ padding: 10px;
+ text-align: left;
+}
+/*img.supporters {
+ width: 150px;
+ height: 150px;
+}*/
+supporters{
+ background-color: #fff;
+ img{
+ width: 200px;
+ margin: 1em;
+ }
+}