Jump to content

User:Paradox-01/vector.css: Difference between revisions

no edit summary
(I'm not allowed to edit wiki's vector.css so i will try this at "my" place)
No edit summary
Line 2: Line 2:


/* Fix the sidebar in place when scrolling */
/* Fix the sidebar in place when scrolling */
/*div#mw-panel
div#mw-panel
{
{
/*
   position: fixed;
   position: fixed;
   height: 100%;
   height: 100%;
Line 9: Line 10:
   background-color: #F6F6F6;
   background-color: #F6F6F6;
   border-right: 1px solid #A7D7F9;
   border-right: 1px solid #A7D7F9;
}*/
*/
  position: static;
  top: auto;
  padding-top: 0;
  width: auto;
  left: auto;
 
}


/* Darken the background for code tags just a tiny bit
/* Darken the background for code tags just a tiny bit
8,462

edits