Merge "ve.ui.Toolbar: Clear the float before the toolbar"

This commit is contained in:
jenkins-bot 2013-05-23 07:38:00 +00:00 committed by Gerrit Code Review
commit 38857b4912

View file

@ -5,6 +5,10 @@
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-ui-toolbar {
clear: both;
}
.ve-ui-toolbar-bar {
border-bottom: solid 1px #ccc;
position: relative;