Difference between revisions of "User:Paxed/vector.css"

From NetHackWiki
Jump to navigation Jump to search
m (hide the editTools help text)
m (hide copywarn)
Line 18: Line 18:
 
}
 
}
  
 +
#editpage-copywarn,
 
.mw-editTools div:first-child {
 
.mw-editTools div:first-child {
 
     display: none;
 
     display: none;

Revision as of 17:43, 6 January 2015

@media screen and (min-width:1200px) {

#wpTextbox1 {
   float:left;
   width: 70%;
}

.editOptions,
.mw-editTools,
.templatesUsed {
    float: right;
    width: 25%;
}

.editOptions {
    border: 1px solid #ccc;
}

#editpage-copywarn,
.mw-editTools div:first-child {
    display: none;
}

}