diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-30 22:48:07 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-30 22:48:07 -0500 |
commit | 91e484565a42f28155c352d25434622be9f63518 (patch) | |
tree | 02b2d8a29ffdb21761922925f76146e4f373dbca | |
parent | 15144d068ed618a3c8b724a057d7e439585af1ca (diff) | |
parent | feb3c4c347b99394023cf13c843ff758af3c41ad (diff) | |
download | mediagoblin-91e484565a42f28155c352d25434622be9f63518.tar.lz mediagoblin-91e484565a42f28155c352d25434622be9f63518.tar.xz mediagoblin-91e484565a42f28155c352d25434622be9f63518.zip |
Merge remote branch 'remotes/schendje/master'
-rw-r--r-- | mediagoblin/static/css/base.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index 1852b70c..3d9f90f6 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -208,6 +208,14 @@ text-align: center; margin-bottom: 4px; } +.form_field_label { + font-size:1.125em; +} + +.form_field_description { + font-style: italic; +} + .form_field_error { background-color: #87453b; color: #fff; |