summaryrefslogtreecommitdiff
path: root/views/style.scss
diff options
context:
space:
mode:
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;
+ }
+}