mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 04:48:44 +03:00
kill clear-float
This commit is contained in:
parent
f4aacfc23e
commit
81fbb3bc93
@ -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()
|
||||
|
@ -24,7 +24,3 @@ html, body,
|
||||
.wrap-guide {
|
||||
background: rgba(150, 150, 150, 0.1);
|
||||
}
|
||||
|
||||
.clear-float {
|
||||
clear: both;
|
||||
}
|
||||
|
@ -19,8 +19,4 @@ html, body,
|
||||
.error {
|
||||
background: #991212 !important;
|
||||
-webkit-transition: background 300ms ease-out;
|
||||
}
|
||||
|
||||
.clear-float {
|
||||
clear: both;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user