Headline background color to ensure no block-styled elements will over/underlay

Specifically, styled divs.
master
Mike Gerwitz 2013-05-27 17:00:26 -04:00
parent 3e3e18d397
commit 022e539993
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,8 @@ h2.desc {
}
#headline {
background-color: white; /* prevent styled block elements from overlapping */
z-index: 999;
text-align: center;
float: right;
}