This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[css] removed docs splash margin
version-14
Anand Doshi
9 years ago
parent
32dc2d47c7
commit
b3efdd87ea
2 changed files
with
2 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
frappe/public/css/docs.css
+2
-2
frappe/public/less/docs.less
+ 0
- 2
frappe/public/css/docs.css
View File
@@ -253,8 +253,6 @@ img {
max-width: 100%;
}
.splash {
padding-top: 128px;
margin-top: -92px;
border-bottom: 1px solid #d1d8dd;
}
.splash .jumbotron {
+ 2
- 2
frappe/public/less/docs.less
View File
@@ -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{
Write
Preview
Loading…
Cancel
Save