瀏覽代碼

Removes extra space from the body and footer to prevent scrolling on a page that fits into the viewport (#3792)

Signed-off-by: Liam Cottam <killtheidols@hotmail.co.uk>
tags/v1.5.0-dev
Liam Cottam 6 年之前
父節點
當前提交
775d487557
共有 2 個檔案被更改,包括 2 行新增3 行删除
  1. 1
    1
      public/css/index.css
  2. 1
    2
      public/less/_base.less

+ 1
- 1
public/css/index.css
文件差異過大導致無法顯示
查看文件


+ 1
- 2
public/less/_base.less 查看文件

@@ -54,7 +54,7 @@ pre, code {
}
.full.height {
padding: 0;
margin: 0 0 -@footer-margin*2 0;
margin: 0 0 -@footer-margin 0;
min-height: 100%;
}
.following.bar {
@@ -399,7 +399,6 @@ pre, code {
}

footer {
margin-top: @footer-margin+14px !important;
height: @footer-margin;
background-color: white;
border-top: 1px solid #d6d6d6;

Loading…
取消
儲存