Difference between revisions of "Template:Macquarie Australia/TestCSS"

(Reverse change and add display block)
(Small changes to table and content container)
Line 42: Line 42:
 
.contentContainer { /* Creates the container for the content - class */
 
.contentContainer { /* Creates the container for the content - class */
 
/* background-color: #EEEDEA; */
 
/* background-color: #EEEDEA; */
width: 940px;
+
width: 100%;
 
float: left;
 
float: left;
 
padding: 10px;
 
padding: 10px;
Line 101: Line 101:
 
.mainmenu a { /* Styling of the menu table hyperlinks */
 
.mainmenu a { /* Styling of the menu table hyperlinks */
 
font-family: Verdana, Geneva, sans-serif;
 
font-family: Verdana, Geneva, sans-serif;
display:block;
+
display:block; /* makes the whole table cell clickable */
 +
background-color: #66cc66;
 
color: #000000;
 
color: #000000;
 
}
 
}
Line 113: Line 114:
 
.menuHighlight a { /* Styling of the menu table highlighted hyperlinks */
 
.menuHighlight a { /* Styling of the menu table highlighted hyperlinks */
 
font-family: Verdana, Geneva, sans-serif;
 
font-family: Verdana, Geneva, sans-serif;
 +
display:block; /* makes the whole table cell clickable */
 
color: #ffffff; /* #ffffff is white */
 
color: #ffffff; /* #ffffff is white */
 
}
 
}

Revision as of 10:05, 7 August 2015