Merge "CSS layout fix to make sure title elements are properly cleared."
This commit is contained in:
commit
9e84bae97a
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user