MediaWiki:Vector.css: Difference between revisions

From MEpedia, a crowd-sourced encyclopedia of ME and CFS science and history
No edit summary
(date error fix)
Line 9: Line 9:
position: absolute;
position: absolute;
  top: 175px;
  top: 175px;
}
/*Hide error messages when citation in Visual editor*/
.citation-comment{
  display:none;
}
}

Revision as of 04:13, July 31, 2018

/* CSS placed here will affect users of the Vector skin */

#p-navigation{  
position: absolute;
 top: 75px;
}

#p-tb{
position: absolute;
 top: 175px;
}

/*Hide error messages when citation in Visual editor*/

.citation-comment{
  display:none;
}