hotfix um alle <hr> im container auszublenden

This commit is contained in:
phil 2005-07-07 09:59:55 +00:00
parent 48bd146053
commit 2313d40538

View file

@ -33,6 +33,10 @@ hr {
margin-right: auto;
}
#container hr {
width: 0px;
}
/* Navigation */
#nav {
float: left;