kill clear-float

This commit is contained in:
Justin Palmer 2013-02-04 08:09:47 -08:00
parent f4aacfc23e
commit 81fbb3bc93
3 changed files with 1 additions and 10 deletions

View File

@ -29,7 +29,6 @@ class SymbolsView extends SelectList
else
text = fs.base(file)
@div text, class: 'function-details'
@div class: 'clear-float'
toggleFileSymbols: ->
if @hasParent()

View File

@ -24,7 +24,3 @@ html, body,
.wrap-guide {
background: rgba(150, 150, 150, 0.1);
}
.clear-float {
clear: both;
}

View File

@ -19,8 +19,4 @@ html, body,
.error {
background: #991212 !important;
-webkit-transition: background 300ms ease-out;
}
.clear-float {
clear: both;
}
}