row style is common, its the way we clear divs
This commit is contained in:
parent
d62218fb5b
commit
64331e2ac1
|
@ -84,3 +84,12 @@ fieldset {
|
|||
pre code {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
// TODO figure out a clean place to put stuff like this
|
||||
.row:before, .row:after {
|
||||
display: table;
|
||||
content: "";
|
||||
}
|
||||
.row:after {clear: both;}
|
||||
|
||||
|
||||
|
|
|
@ -802,12 +802,6 @@ $topic-avatar-width: 45px;
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.row:before, .row:after {
|
||||
display: table;
|
||||
content: "";
|
||||
}
|
||||
.row:after {clear: both;}
|
||||
|
||||
.dropdown {
|
||||
position: relative;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue