Browse Source

[css] removed docs splash margin

version-14
Anand Doshi 9 years ago
parent
commit
b3efdd87ea
2 changed files with 2 additions and 4 deletions
  1. +0
    -2
      frappe/public/css/docs.css
  2. +2
    -2
      frappe/public/less/docs.less

+ 0
- 2
frappe/public/css/docs.css View File

@@ -253,8 +253,6 @@ img {
max-width: 100%; max-width: 100%;
} }
.splash { .splash {
padding-top: 128px;
margin-top: -92px;
border-bottom: 1px solid #d1d8dd; border-bottom: 1px solid #d1d8dd;
} }
.splash .jumbotron { .splash .jumbotron {


+ 2
- 2
frappe/public/less/docs.less View File

@@ -23,8 +23,8 @@ img {
// background-color: @text-color; // background-color: @text-color;
// background-image: url('/assets/img/background.png'); // background-image: url('/assets/img/background.png');
// color: #ffffff; // color: #ffffff;
padding-top: 128px;
margin-top: -92px;
// padding-top: 128px;
// margin-top: -92px;
border-bottom: 1px solid @border-color; border-bottom: 1px solid @border-color;


.jumbotron{ .jumbotron{


Loading…
Cancel
Save