diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-31 20:54:21 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-31 20:54:21 -0500 |
commit | 92ed289261fc8b091ef459757eb321db9be7d6b8 (patch) | |
tree | 6b81ae83ef944e86e0a404276d21eef495dd712b /mediagoblin/static/css | |
parent | bfb280d3b3cdb801adda381cdf47f96e5b936526 (diff) | |
download | mediagoblin-92ed289261fc8b091ef459757eb321db9be7d6b8.tar.lz mediagoblin-92ed289261fc8b091ef459757eb321db9be7d6b8.tar.xz mediagoblin-92ed289261fc8b091ef459757eb321db9be7d6b8.zip |
Align image in media detail to center
Diffstat (limited to 'mediagoblin/static/css')
-rw-r--r-- | mediagoblin/static/css/base.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index c84fe047..59c2f49d 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -212,6 +212,12 @@ text-align: center; text-align: center; } +/* media detail */ + +.media_image_container { + text-align: center; +} + /* icons */ img.media_icon{ |