`clear: both` because #bookmark-form is the first element after floated

#branding and #user-tools in django 1.7.

--HG--
branch : django-1.7
This commit is contained in:
Dmitri Bogomolov 2014-07-24 15:51:56 +03:00
parent a4ada180e4
commit eb731edc5f
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@
width: 93px;
}
#bookmark-form {
clear: both;
}
div.breadcrumbs {
display: block;
padding: 10px 15px;