Removed border from section.

This commit is contained in:
hjp 2007-01-15 16:33:48 +00:00
parent 35c8667930
commit c8618649b1
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
div.section { div.section {
margin-left: 2em; margin-left: 2em;
max-width: 40em; max-width: 40em;
border-left-style: solid; border-left-style: hidden;
border-width: 1px; border-width: 1px;
background-color: #FFF; background-color: #FFF;
} }