row style is common, its the way we clear divs

This commit is contained in:
Sam 2014-08-26 07:41:14 +10:00
parent d62218fb5b
commit 64331e2ac1
2 changed files with 9 additions and 6 deletions

View File

@ -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;}

View File

@ -802,12 +802,6 @@ $topic-avatar-width: 45px;
position: relative;
}
.row:before, .row:after {
display: table;
content: "";
}
.row:after {clear: both;}
.dropdown {
position: relative;
}