mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 08:45:26 +08:00
Merge pull request #3301 from awesomerobot/master
adding clearfix to body
This commit is contained in:
commit
6745b1649e
|
@ -41,6 +41,8 @@ body {
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
|
|
||||||
|
@include clearfix;
|
||||||
|
|
||||||
button.ok {
|
button.ok {
|
||||||
background: $success;
|
background: $success;
|
||||||
color: $secondary;
|
color: $secondary;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user