Browse Source

Styling

pull/189/head v2.5.6
Danang Probo Sayekti 10 years ago
parent
commit
d32bfd73ab
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      themes/blog/css/styles.css

+ 7
- 0
themes/blog/css/styles.css View File

@ -580,6 +580,10 @@ ul.month {
margin-top: 30px; margin-top: 30px;
float: none !important; float: none !important;
} }
.sections-wrapper {
padding-bottom: 40px;
padding-top: 40px;
}
.project-image { .project-image {
margin-bottom: 15px; margin-bottom: 15px;
} }
@ -587,6 +591,9 @@ ul.month {
float:none!important; float:none!important;
text-align: center; text-align: center;
} }
.comment-wrapper.section {
margin-bottom:30px;
}
.pager { .pager {
margin-bottom: 30px; margin-bottom: 30px;
} }


Loading…
Cancel
Save