瀏覽代碼

Spaces and blogger name fixed

version-14
Kanchan Chauhan 9 年之前
父節點
當前提交
ae5ee30a78
共有 3 個文件被更改,包括 21 次插入27 次删除
  1. +11
    -10
      frappe/public/css/website.css
  2. +9
    -8
      frappe/public/less/website.less
  3. +1
    -9
      frappe/templates/includes/blog/blog.html

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

@@ -382,6 +382,15 @@ h5,
h6 { h6 {
font-weight: 400; font-weight: 400;
} }
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: inherit !important;
text-decoration: none;
}
.navbar-brand { .navbar-brand {
max-width: none; max-width: none;
} }
@@ -582,7 +591,8 @@ fieldset {
margin-top: 15px; margin-top: 15px;
} }
.web-list-item { .web-list-item {
padding: 15px 0px;
padding-top: 15px;
padding-bottom: 45px;
border-bottom: 1px solid #EBEFF2; border-bottom: 1px solid #EBEFF2;
} }
.web-list-item h1, .web-list-item h1,
@@ -590,15 +600,6 @@ fieldset {
.web-list-item h3 { .web-list-item h3 {
margin-top: 10px; margin-top: 10px;
} }
.web-list-item h1 a,
.web-list-item h2 a,
.web-list-item h3 a,
.web-list-item h4 a,
.web-list-item h5 a,
.web-list-item h6 a {
color: inherit !important;
text-decoration: none;
}
.blog-info { .blog-info {
text-align: center; text-align: center;
margin-top: 30px; margin-top: 30px;


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

@@ -20,6 +20,13 @@ a& {


h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-weight: 400; font-weight: 400;
// anchor inside header should not be styled
a {
color: inherit !important;
text-decoration: none;
}
} }




@@ -269,19 +276,13 @@ fieldset {
} }


.web-list-item { .web-list-item {
padding: 15px 0px;
padding-top: 15px;
padding-bottom: 45px;
border-bottom: 1px solid @light-border-color; border-bottom: 1px solid @light-border-color;


h1, h2, h3 { h1, h2, h3 {
margin-top: 10px; margin-top: 10px;
} }

h1, h2, h3, h4, h5, h6 {
a {
color: inherit !important;
text-decoration: none;
}
}
} }


// .web-list-item:hover { // .web-list-item:hover {


+ 1
- 9
frappe/templates/includes/blog/blog.html 查看文件

@@ -16,12 +16,4 @@


{% block script %} {% block script %}
<script>{% include "templates/includes/list/list.js" %}</script> <script>{% include "templates/includes/list/list.js" %}</script>
{% endblock %}

{% block style %}
<style>
.page-content {
padding: 0px;
}
</style>
{% endblock %}
{% endblock %}

Loading…
取消
儲存