diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-09-16 09:26:12 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-09-16 12:09:35 +0100 |
commit | 71827c431a1a931c3e308f573b681f9dbd240483 (patch) | |
tree | d8f67e403c7d24fb38424ead214daca651c77d6f | |
parent | 87db4231ac92ed587cc90c50eb0abee7eb5b2d21 (diff) |
Bump up the size of text on form notes (it's often quite important)
-rw-r--r-- | public/stylesheets/theme.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/stylesheets/theme.css b/public/stylesheets/theme.css index f79a22771..b9904feee 100644 --- a/public/stylesheets/theme.css +++ b/public/stylesheets/theme.css @@ -534,6 +534,7 @@ span#to_public_body { .form_item_note, .form_note { margin-left: 110px; + font-size: 1em; } #left_column { |