From 022e5399937df8e6c6efa0b4051db446c415969b Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 27 May 2013 17:00:26 -0400 Subject: [PATCH] Headline background color to ensure no block-styled elements will over/underlay Specifically, styled divs. --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index c196e41..20686b7 100644 --- a/style.css +++ b/style.css @@ -83,6 +83,8 @@ h2.desc { } #headline { + background-color: white; /* prevent styled block elements from overlapping */ + z-index: 999; text-align: center; float: right; }