diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-12-04 14:39:42 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-12-04 14:39:42 -0600 |
commit | 2ef0679790ca6ee15fea2c8e25449d5c54cf5036 (patch) | |
tree | 9b114759c669ed1ad5edf5c1b5015bd07c191f69 | |
parent | 83b581e4256b49a0af1fa9be152dd529309a9069 (diff) | |
download | mediagoblin-2ef0679790ca6ee15fea2c8e25449d5c54cf5036.tar.lz mediagoblin-2ef0679790ca6ee15fea2c8e25449d5c54cf5036.tar.xz mediagoblin-2ef0679790ca6ee15fea2c8e25449d5c54cf5036.zip |
Fix button word-wrapping issue
-rw-r--r-- | mediagoblin/static/css/base.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index 12d88ffa..961a51fc 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -129,6 +129,7 @@ a.mediagoblin_logo{ font-style: normal; font-weight: bold; font-size: 1em; + display: inline-block; } .button_action_highlight{ |