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

Commit

Permalink
fixing spaces in aside
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 18, 2015
1 parent 21e2f3f commit 92466d0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/css/uno.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/scss/components/_aside.scss
Expand Up @@ -48,6 +48,7 @@
> nav {
position: relative;
display: inline-block;
padding: .5rem 0;
}
}
}
@@ -1,3 +1,7 @@
#search {
padding: .5rem 0;
}

#search-field {
width: 12.5rem;
height: .4rem;
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/uno.scss
Expand Up @@ -29,7 +29,7 @@
@import 'components/icons.scss';
@import 'components/post.scss';
@import 'components/forms.scss';
@import 'components/searchs.scss';
@import 'components/search.scss';
@import 'components/images.scss';
@import 'components/effects.scss';
@import 'components/loading.scss';
Expand Down
2 changes: 1 addition & 1 deletion partials/search.hbs
Expand Up @@ -2,6 +2,6 @@
<form id="search">
<i class="icon icon-search"></i>
<input type="text", name="search", placeholder="git, css, javascript,..." id="search-field" />
<hr class="divider short" />
</form>
<hr class="divider short" />
</div>

0 comments on commit 92466d0

Please sign in to comment.