Skip to content
This repository has been archived by the owner on Mar 25, 2019. It is now read-only.

Commit

Permalink
Remove extra lines and spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
toshimaru committed Dec 7, 2015
1 parent 43be8d8 commit 82f3682
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 27 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@
## License

This theme is released under MIT License.

2 changes: 1 addition & 1 deletion _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<h1 class="masthead-title--small">
<a href="{{ site.baseurl }}/">{{ site.name }}</a>
</h1>
</header>
</header>
<div class="content page">
<h1 class="page-title">{{ page.title }}</h1>
{{ content }}
Expand Down
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<h1 class="masthead-title--small">
<a href="{{ site.baseurl }}/">{{ site.name }}</a>
</h1>
</header>
</header>
<div class="content post">
<h1 class="post-title">{{ page.title }}</h1>
<div class="post-date">
Expand Down
2 changes: 1 addition & 1 deletion _posts/2015-08-09-example-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Cras fermentum nibh quis nisl imperdiet ornare. Sed nisi nunc, dictum sit amet g
2. Cum sociis natoque penatibus.
3. Maecenas sed diam eget risus.

Nam ante lacus, ornare ut lacus in, aliquet gravida orci. Donec non dignissim elit. Integer facilisis lorem sed porttitor elementum. Etiam a eleifend justo.
Nam ante lacus, ornare ut lacus in, aliquet gravida orci. Donec non dignissim elit. Integer facilisis lorem sed porttitor elementum. Etiam a eleifend justo.

<dl>
<dt>HyperText Markup Language (HTML)</dt>
Expand Down
2 changes: 0 additions & 2 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ permalink: /about/
<p class="lead"><a href="http://github.com/gfjaru/Kiko">Kiko</a> is a theme for <a href="http://jekyllrb.com">Jekyll</a>, the static site generator.</p>

Kiko is simple, lightweight theme. It's designed and developed by [@gfjaru](https://twitter.com/gfjaru).


2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
---
<header class="masthead">
<header class="masthead">
<h1 class="masthead-title">
<a href="{{ site.baseurl }}/">{{ site.name }}<span>&#39;s blog</span></a>
</h1>
Expand Down
39 changes: 19 additions & 20 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ html {
font-size: 18px;
font-weight: 300;
line-height: 1.6;

@media (min-width: 38em) {
font-size: 20px;
}
Expand All @@ -34,7 +34,7 @@ body {
a {
color: #268bd2;
text-decoration: none;

&:hover,
&:focus {
text-decoration: underline;
Expand Down Expand Up @@ -86,11 +86,11 @@ dd {
ul {
list-style: inside circle;
padding-left: 0;

li {
margin-bottom: .25rem;
}

ul,
ol {
margin-top: .25rem;
Expand All @@ -101,11 +101,11 @@ ul {
ol {
list-style: inside decimal;
padding-left: 0;

li {
margin-bottom: .25rem;
}

ul,
ol {
margin-top: .25rem;
Expand Down Expand Up @@ -154,7 +154,7 @@ blockquote {
margin: 0 2rem 1rem 0;
color: #999;
border-left: .5rem solid #e5e5e5;

p:last-child {
margin-bottom: 0;
}
Expand Down Expand Up @@ -262,7 +262,7 @@ tbody tr:nth-child(odd) th {
padding: 2rem 1.5rem;
margin-left: auto;
margin-right: auto;

@media (min-width: 38rem){
padding: 5rem 1rem;
}
Expand All @@ -272,41 +272,41 @@ tbody tr:nth-child(odd) th {

&-title {
font-weight: 300;

a {
color: #333;

&:hover,
&:focus {
text-decoration: none;
}
}

span {
color: #ddd;
}

}

&-title--small {
margin-bottom: .75rem;
font-size: .75rem;
font-weight: 600;
text-transform: uppercase;

a {
color: #333;

&:hover,
&:focus {
text-decoration: none;
}
}
}

.masthead-nav {
margin-bottom: 2rem;

a {
color: #aaa;
font-weight: 300;
Expand Down Expand Up @@ -349,10 +349,10 @@ tbody tr:nth-child(odd) th {
.list {
&-post-title {
margin-bottom: .25rem;

a {
color: #333;

&:hover,
&:focus {
text-decoration: none;
Expand Down Expand Up @@ -433,4 +433,3 @@ tbody tr:nth-child(odd) th {
.highlight .vg { color: #008080 } /* Name.Variable.Global */
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */

0 comments on commit 82f3682

Please sign in to comment.