Switch to a fluid padding-top on #login so it aligns nicely on small screens. Fixes #26130.

git-svn-id: https://develop.svn.wordpress.org/trunk@26300 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-11-21 00:30:10 +00:00
parent ec65012ce7
commit 6ed7efe416
1 changed files with 1 additions and 1 deletions

View File

@ -8468,7 +8468,7 @@ a.rsswidget {
#login {
width: 320px;
padding: 114px 0 0;
padding: 8% 0 0;
margin: auto;
}