diff options
author | tilly-Q <nattilypigeonfowl@gmail.com> | 2014-05-06 17:23:22 -0400 |
---|---|---|
committer | tilly-Q <nattilypigeonfowl@gmail.com> | 2014-05-06 17:23:22 -0400 |
commit | f73585be4739beef5c61c41de9a045518be7e311 (patch) | |
tree | 4c01b90c541e7bb01eaa7475ab674c84f2cf1373 | |
parent | 9919fb08a4d56f5976a6fef0fc70b2ee6c751759 (diff) | |
download | mediagoblin-f73585be4739beef5c61c41de9a045518be7e311.tar.lz mediagoblin-f73585be4739beef5c61c41de9a045518be7e311.tar.xz mediagoblin-f73585be4739beef5c61c41de9a045518be7e311.zip |
Fixed a slight css error.
-rw-r--r-- | mediagoblin/static/css/base.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index f0f9e3e6..d0396ceb 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -949,6 +949,6 @@ table.metadata_editor { table.metadata_editor tr td { width:350px; } -table.metadata_editor tr td input.form_field_input { +table.metadata_editor tr td.form_field_input input { width: 300px } |