diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-27 22:53:52 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-27 22:53:52 -0600 |
commit | 90cedf1ed0ce04e8529a0f1f048d60a5fad5d12f (patch) | |
tree | ee1d0fa38c12fc8f09a7f06024799f6f20167a8b | |
parent | 927c4d10fd7b47b3ef23b139718f53350d47ac7b (diff) |
Move .g-message font-size to the theme from gallery.common. Let the theme set the size.
-rw-r--r-- | themes/wind/css/screen.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index b71a7682..3a24140b 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -68,7 +68,8 @@ h3 { } #g-banner, -#g-footer { +#g-footer, +.g-message { font-size: .8em; } |