diff options
author | jpope <jpope@jpope.org> | 2014-01-07 12:09:02 -0600 |
---|---|---|
committer | jpope <jpope@jpope.org> | 2014-01-07 12:09:02 -0600 |
commit | fe024f0be71e8c3ac581c2f515f9a31a22890e29 (patch) | |
tree | f692647480a69958a957dbc65567e33ed86e38fa /mediagoblin/static/css | |
parent | 7b40694e7b4316c9ea43d43f21d0eb8caf9e1771 (diff) | |
download | mediagoblin-fe024f0be71e8c3ac581c2f515f9a31a22890e29.tar.lz mediagoblin-fe024f0be71e8c3ac581c2f515f9a31a22890e29.tar.xz mediagoblin-fe024f0be71e8c3ac581c2f515f9a31a22890e29.zip |
skeletonize frontpage welcome
Diffstat (limited to 'mediagoblin/static/css')
-rw-r--r-- | mediagoblin/static/css/base.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index 950954cb..3a38f405 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -161,6 +161,10 @@ a.logo { margin: 6px 8px 6px 0; } +.welcomeimage { + float: right; +} + .fine_print { font-size: 0.8em; } @@ -816,6 +820,7 @@ pre { .button_action, .button_action_highlight, .button_form { padding: 5px 14px; + margin-bottom: 0.5em; } } @@ -861,6 +866,14 @@ pre { .header_right { text-align: center; } + + .welcomeimage { + float: none; + display: inherit; + margin-left: auto; + margin-right: auto; + margin-top: 1em; + } } /* Exif display */ |