Browse Source

Spaces and blogger name fixed

version-14
Kanchan Chauhan 9 years ago
parent
commit
ae5ee30a78
3 changed files with 21 additions and 27 deletions
  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 View File

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


+ 9
- 8
frappe/public/less/website.less View File

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

h1, h2, h3, h4, h5, h6 {
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 {
padding: 15px 0px;
padding-top: 15px;
padding-bottom: 45px;
border-bottom: 1px solid @light-border-color;

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

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

// .web-list-item:hover {


+ 1
- 9
frappe/templates/includes/blog/blog.html View File

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

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

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

Loading…
Cancel
Save