ANNA wiki: Difference between revisions

From annawiki
(Created page with " html{ width:960px; } div#mw-head { left: 0; width: 960px; }")
 
No edit summary
 
Line 1: Line 1:


skins/vector/screen.css
  html{
  html{
   width:960px;
   width:960px;
  }
  }
  div#mw-head {
  div#mw-head {
   left: 0;
   left: 0;
   width: 960px;
   width: 960px;
  }
  }

Latest revision as of 2013-04-08T21:29:04

skins/vector/screen.css

html{
 width:960px;
}
div#mw-head {
 left: 0;
 width: 960px;
}