Skip to content
Snippets Groups Projects
Commit d6dd90cf authored by John-Paul Robinson's avatar John-Paul Robinson
Browse files

Hide white background of content area

Suppressed the default vector background rendering for the content area so it look
more like a standard uab content area.
parent ad55cba1
No related branches found
No related tags found
No related merge requests found
...@@ -31,10 +31,13 @@ body { ...@@ -31,10 +31,13 @@ body {
#content { #content {
margin-left: 10em; margin-left: 10em;
padding: 1em; padding: 1em;
left: 30%;
/*
background-image: url(images/border.png); background-image: url(images/border.png);
background-position: top left; background-position: top left;
background-repeat: repeat-y; background-repeat: repeat-y;
background-color: white; background-color: white;
*/
} }
/* Head */ /* Head */
#mw-page-base { #mw-page-base {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment