Merge "CSS layout fix to make sure title elements are properly cleared."

This commit is contained in:
Jenkins 2011-12-09 19:54:26 +00:00 committed by Gerrit Code Review
commit 9e84bae97a

View File

@ -249,6 +249,10 @@ a.current_item:hover h3, a.current_item:hover h4 {
padding: 0 0 0 1px; padding: 0 0 0 1px;
} }
.table_title {
overflow: auto; /* Triggers clearing if all contained elements are floated */
}
.table_title h3 { .table_title h3 {
font-family: anivers; font-family: anivers;
font-weight: normal; font-weight: normal;