mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 15:08:56 +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;
|
||||
min-height: 100%;
|
||||
|
||||
@include clearfix;
|
||||
|
||||
button.ok {
|
||||
background: $success;
|
||||
color: $secondary;
|
||||
|
|
Loading…
Reference in New Issue
Block a user