Skip to content

Commit

Permalink
Merge pull request #19 from Atry/drop-down-width
Browse files Browse the repository at this point in the history
Set the same width for all drop-down icons
  • Loading branch information
dbtek committed Jul 7, 2014
2 parents 8525bf2 + 5919722 commit a67650a
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _includes/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@
<i class="fa fa-bars"></i>
</button>
<ul class="dropdown-menu" role="menu">
<li><a href="{{ site.BASE_PATH}}/"><i class="fa fa-home"></i> Home</a></li>
<li><a href="{{ site.BASE_PATH}}/{{ site.categories_path }}"><i class="fa fa-folder"></i> Categories</a></li>
<li><a href="{{ site.BASE_PATH}}/{{ site.tags_path }}"><i class="fa fa-tags"></i> Tags</a></li>
<li><a href="{{ site.BASE_PATH}}/"><i class="fa fa-home"></i>Home</a></li>
<li><a href="{{ site.BASE_PATH}}/{{ site.categories_path }}"><i class="fa fa-folder"></i>Categories</a></li>
<li><a href="{{ site.BASE_PATH}}/{{ site.tags_path }}"><i class="fa fa-tags"></i>Tags</a></li>
<li class="divider"></li>
<li><a href="#"><i class="fa fa-arrow-up"></i> Top of Page</a></li>
<li><a href="#"><i class="fa fa-arrow-up"></i>Top of Page</a></li>
</ul>
</div>

Expand Down
Empty file modified _includes/page.html
100755 → 100644
Empty file.
Empty file modified _includes/post.html
100755 → 100644
Empty file.
5 changes: 5 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,8 @@ footer {
left: inherit;
right: 0px;
}

ul.dropdown-menu>li>a>i.fa {
width: 1.3em;
}

Empty file modified assets/resources/font-awesome/fonts/fontawesome-webfont.eot
100755 → 100644
Empty file.
Empty file modified assets/resources/font-awesome/fonts/fontawesome-webfont.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/resources/font-awesome/fonts/fontawesome-webfont.ttf
100755 → 100644
Empty file.
Empty file modified assets/resources/font-awesome/fonts/fontawesome-webfont.woff
100755 → 100644
Empty file.

0 comments on commit a67650a

Please sign in to comment.