Skip to content

Commit

Permalink
CSS layout fix to make sure title elements are properly cleared.
Browse files Browse the repository at this point in the history
Fixed bug 900535.

Change-Id: I835c849c6c3d67ba88cdc1dd44ade9d2091f428b
  • Loading branch information
gabrielhurley committed Dec 9, 2011
1 parent 4d9f5e8 commit ca6f868
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openstack-dashboard/dashboard/static/dashboard/css/style.css
Expand Up @@ -249,6 +249,10 @@ a.current_item:hover h3, a.current_item:hover h4 {
padding: 0 0 0 1px;
}

.table_title {
overflow: auto; /* Triggers clearing if all contained elements are floated */
}

.table_title h3 {
font-family: anivers;
font-weight: normal;
Expand Down

0 comments on commit ca6f868

Please sign in to comment.