mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Merge pull request #3301 from awesomerobot/master
adding clearfix to body
This commit is contained in:
commit
6745b1649e
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ body {
|
|||
background-size: cover;
|
||||
min-height: 100%;
|
||||
|
||||
@include clearfix;
|
||||
|
||||
button.ok {
|
||||
background: $success;
|
||||
color: $secondary;
|
||||
|
|
Loading…
Reference in a new issue