diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-20 15:11:05 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-20 15:11:05 -0500 |
commit | 2e61855206837b31532e0b43a30d0d828a509bb2 (patch) | |
tree | 7996b49872288e4a65ec9f333db47df36c125cce /mediagoblin/static | |
parent | 3d0557bf25683c26ec2b6de041d53fe5a0c6255c (diff) | |
parent | c0d7b86896df9abfe9317a6de95bd471c8e30c07 (diff) | |
download | mediagoblin-2e61855206837b31532e0b43a30d0d828a509bb2.tar.lz mediagoblin-2e61855206837b31532e0b43a30d0d828a509bb2.tar.xz mediagoblin-2e61855206837b31532e0b43a30d0d828a509bb2.zip |
Merge remote branch 'remotes/schendje/master'
Diffstat (limited to 'mediagoblin/static')
-rw-r--r-- | mediagoblin/static/css/base.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index 16d87139..243b299c 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -74,6 +74,11 @@ label { font-weight: normal; } +input { + font-size:1em; + font-family:'Lato', sans-serif; +} + /* website structure */ .mediagoblin_body { |