mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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 {
|
pre code {
|
||||||
overflow: auto;
|
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;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row:before, .row:after {
|
|
||||||
display: table;
|
|
||||||
content: "";
|
|
||||||
}
|
|
||||||
.row:after {clear: both;}
|
|
||||||
|
|
||||||
.dropdown {
|
.dropdown {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user