This is an automated email from the ASF dual-hosted git repository.
rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 3359320 add a bottom margin to the new agenda
3359320 is described below
commit 335932024a2f54e0bde98b7c584ba0d99c5884d9
Author: Sam Ruby <[email protected]>
AuthorDate: Thu Jan 16 08:53:59 2020 -0500
add a bottom margin to the new agenda
---
www/board/agenda/public/stylesheets/app.css | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/www/board/agenda/public/stylesheets/app.css
b/www/board/agenda/public/stylesheets/app.css
index 6410b47..1210030 100644
--- a/www/board/agenda/public/stylesheets/app.css
+++ b/www/board/agenda/public/stylesheets/app.css
@@ -575,3 +575,7 @@ input[type=file]#upload {
.secrets li {
margin-right: 5em;
}
+
+#new-agenda textarea {
+ margin-bottom: 1em;
+}