Essentially use more white as background to increase readbility.
Also remove the border-bottom of dt since that just makes the pages
louder.
font-size: smaller;
margin-left: 1em;
float: right;
- background-color: #dbba75;
+ background-color: white;
color: #5B4832;
border: thin solid #5B4832;
padding: 1em .5em;
width: auto;
height: auto;
text-align: left;
- background-color: #dbba75;
+ background-color: white;
color: #5B4832;
+ border-bottom: thin solid #5B4832;
font-size: smaller;
font-weight: bold;
}
#footer
{
- color: #5B4832;
- background-color: #dbba75;
position: relative;
text-align: center;
padding: 10px;
}
+#fineprint
+{
+ color: #5B4832;
+ background-color: #dbba75;
+}
+
html>body #footer
{
padding-bottom: 1.01em; /* attempt to fix Gecko engine's rounding errors
}
#footer
{
+ margin-top: 1em;
padding: .3em; /* ditto from above */
}
#pageWrapper, #innerColumnContainer, #masthead, #footer
dt
{
margin-top: 20px;
- margin-bottom: 8px;
+/* margin-bottom: 8px; */
font-size: 120%;
- border-bottom: 1px solid #6D4C07;
+/* border-bottom: 1px solid #6D4C07; */
}
img { border: 0; }