Merge "Fix various docs and version numbers from 84a2f570"
[lhc/web/wiklou.git] / resources / mediawiki.special / mediawiki.special.userlogin.login.css
1 /* The login form invites users to create an account */
2 #mw-createaccount-cta {
3 width: 20em;
4 height: 10em;
5 /* @embed */
6 background: url(images/glyph-people-large.png) no-repeat 50%;
7 margin: 0 auto;
8 }
9
10 #mw-createaccount-cta h3,
11 #mw-createaccount-another h3 {
12 font-size: 0.9em;
13 font-weight: normal;
14 text-align: center;
15 }
16
17 #mw-createaccount-cta h3 {
18 padding-top: 4em;
19 }
20