2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

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