Merge pull request #70 from northbaypython/josh/design
make login box flush with header
This commit is contained in:
commit
0865e01fa2
1 changed files with 4 additions and 0 deletions
|
@ -391,3 +391,7 @@ footer .footer-copy {
|
|||
background-color: $gray-lighter;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
body.login #content_body .row > div.col-md-9 > p + div.container {
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue