aboutsummaryrefslogtreecommitdiff
path: root/web/css
diff options
context:
space:
mode:
Diffstat (limited to 'web/css')
-rw-r--r--web/css/gn-lite.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/css/gn-lite.css b/web/css/gn-lite.css
new file mode 100644
index 0000000..3ce6ace
--- /dev/null
+++ b/web/css/gn-lite.css
@@ -0,0 +1,8 @@
+.markdown {
+ background-color: #fffde7;
+ padding: 20px;
+}
+
+.button_align_right{
+ float:right;
+}