[css] removed docs splash margin
This commit is contained in:
parent
32dc2d47c7
commit
b3efdd87ea
2 changed files with 2 additions and 4 deletions
|
|
@ -253,8 +253,6 @@ img {
|
|||
max-width: 100%;
|
||||
}
|
||||
.splash {
|
||||
padding-top: 128px;
|
||||
margin-top: -92px;
|
||||
border-bottom: 1px solid #d1d8dd;
|
||||
}
|
||||
.splash .jumbotron {
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@ img {
|
|||
// background-color: @text-color;
|
||||
// background-image: url('/assets/img/background.png');
|
||||
// color: #ffffff;
|
||||
padding-top: 128px;
|
||||
margin-top: -92px;
|
||||
// padding-top: 128px;
|
||||
// margin-top: -92px;
|
||||
border-bottom: 1px solid @border-color;
|
||||
|
||||
.jumbotron{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue