浏览代码

Removed important

version-14
Kanchan Chauhan 9 年前
父节点
当前提交
f067dfb327
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      frappe/public/css/website.css
  2. +1
    -1
      frappe/public/less/website.less

+ 1
- 1
frappe/public/css/website.css 查看文件

@@ -380,7 +380,7 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-weight: 400 !important;
font-weight: 400;
} }
.navbar-brand { .navbar-brand {
max-width: none; max-width: none;


+ 1
- 1
frappe/public/less/website.less 查看文件

@@ -19,7 +19,7 @@ a& {
} }


h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-weight: 400 !important;
font-weight: 400;
} }






正在加载...
取消
保存