diff options
author | Pjotr Prins | 2023-09-14 12:17:19 -0500 |
---|---|---|
committer | Pjotr Prins | 2023-09-14 12:17:19 -0500 |
commit | 2a75f39404519ae6697c90a703e61fa65452872e (patch) | |
tree | 76bde978b1f0a47d90d588391de0e3af225143c0 /web/css/gn-lite.css | |
parent | 46a218730028f7c3aedeabf62f47883752651fb4 (diff) | |
download | gn-guile-2a75f39404519ae6697c90a703e61fa65452872e.tar.gz |
Added edit button
Diffstat (limited to 'web/css/gn-lite.css')
-rw-r--r-- | web/css/gn-lite.css | 8 |
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; +} |