mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
row style is common, its the way we clear divs
This commit is contained in:
parent
d62218fb5b
commit
64331e2ac1
2 changed files with 9 additions and 6 deletions
|
@ -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 a new issue