diff options
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/main.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 3cbaa4b7b..a863d2679 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -613,6 +613,12 @@ div.pagination { text-align: center; padding-top: 0.3em;} background-color: #D5FFD8; padding: 0.5em; } +/* This doesn't seem to work, not sure why (if you turn it on, check all + * flashes with <strong> in them work OK) +#notice * strong +{ + font-weight: bolder; +} */ .describe_state_form, .undescribed_requests, .gone_postal_help { font-weight: normal; margin-bottom: 1em; |