Browse Source

Improve style

pull/189/head
Danang Probo Sayekti 10 years ago
parent
commit
f9f48a56e3
2 changed files with 9 additions and 5 deletions
  1. +1
    -1
      README.md
  2. +8
    -4
      themes/blog/css/styles.css

+ 1
- 1
README.md View File

@ -200,8 +200,8 @@ Visit [HTMLy Demo](http://demo.htmly.com).
Credit Credit
------ ------
People who give references and inspiration for HTMLy:
* [Martin Angelov](http://tutorialzine.com) * [Martin Angelov](http://tutorialzine.com)
* [Xiaoying Riley](http://themes.3rdwavemedia.com)
Contribute Contribute
---------- ----------


+ 8
- 4
themes/blog/css/styles.css View File

@ -139,7 +139,7 @@ a.dotted-link:hover {
color: #49515a; color: #49515a;
} }
pre { pre {
margin:10px 0;
margin:1em 0;
} }
/*------------------------- /*-------------------------
@ -384,19 +384,19 @@ iframe {
margin:0; margin:0;
} }
.post .item img { .post .item img {
margin: 30px 0px;
margin: 1em 0px;
} }
.post .featured-image img { .post .featured-image img {
margin-top:0; margin-top:0;
} }
.post .item .info, .post .item .desc { .post .item .info, .post .item .desc {
margin-bottom: 30px;
margin-bottom: 1em;
} }
.inpost .post .item .desc { .inpost .post .item .desc {
margin:0; margin:0;
} }
.post .featured { .post .featured {
margin-bottom: 30px;
margin-bottom: 1em;
} }
.post .featured-image { .post .featured-image {
position: relative; position: relative;
@ -576,6 +576,10 @@ ul.month {
.project-image { .project-image {
margin-bottom: 15px; margin-bottom: 15px;
} }
.main-nav .navbar-toggle, #navbar {
float:none!important;
text-align:Center;
}
} }
/* Small devices (tablets, 768px and up) */ /* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */ /* Medium devices (desktops, 992px and up) */


Loading…
Cancel
Save