Added overflow: hidden to the header section of this stylesheet for user_header note.

svn: r15345
This commit is contained in:
Rob G. Healey 2010-05-07 09:33:36 +00:00
parent 47cfc776ec
commit 51ec91e313

View File

@ -225,6 +225,7 @@ div#header {
border-bottom: solid 8px #13A926; border-bottom: solid 8px #13A926;
height: 65px; height: 65px;
width: 100%; width: 100%;
overflow: hidden;
} }
#SiteTitle { #SiteTitle {
margin:0; margin:0;