Making header widths consistant on archive page in Echo

Change-Id: Ie31f0fbf737e91d324996473b6e192bd91676ffb
This commit is contained in:
kaldari 2013-07-12 15:31:21 -07:00
parent 8817b53fe9
commit 8056c44d8d
2 changed files with 2 additions and 1 deletions

View file

@ -49,6 +49,7 @@
border-bottom: 1px solid #C9C9C9;
margin: 30px 0 5px 50px;
color: #686868;
max-width: 550px;
}
ul#mw-echo-special-container {

View file

@ -49,7 +49,7 @@
// Apply custom header styling for vector and monobook skins
if ( skin === 'vector' || skin === 'monobook' ) {
$( '#firstHeading' )
.css( { 'max-width': '555px', 'margin-left': '50px' } );
.css( { 'max-width': '550px', 'margin-left': '50px' } );
$( '#mw-echo-moreinfo-link' )
.text( '' )
.appendTo( '#firstHeading' );