Difference between revisions of "Team:Lethbridge/override css"

Line 5: Line 5:
 
#globalWrapper {
 
#globalWrapper {
 
   background: #ff8000;
 
   background: #ff8000;
 +
}
 +
 +
#content {
 +
  width: 100%;
 
}
 
}

Revision as of 01:36, 15 September 2015

/* This file is a CSS hack for overriding the WikiMedia layout. HTML can then be uploaded and the CSS will work as if the page is independent of the WikiMedia markup

  • /
  1. globalWrapper {
 background: #ff8000;

}

  1. content {
 width: 100%;

}