Merge branch 'hotfix/navigation-bug' into develop

This commit is contained in:
Michael Rose 2013-10-11 11:07:36 -04:00
commit 92431b42e8
4 changed files with 9 additions and 4 deletions

View file

@ -12,7 +12,7 @@
* [Custom 404 page](http://mmistakes.github.io/minimal-mistakes/404.html) to get you started.
* Stylesheets for Pygments and Coderay [syntax highlighting](http://mmistakes.github.io/minimal-mistakes/articles/code-highlighting-post/) to make your code examples look snazzy.
![screenshot of Minimal Mistakes theme](http://mmistakes.github.io/minimal-mistakes/images/mm-theme-post-750.jpg)
![screenshot of Minimal Mistakes theme](http://mmistakes.github.io/minimal-mistakes/images/mm-theme-post-600.jpg)
General notes and suggestions for customizing Minimal Mistakes.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -5,7 +5,7 @@ body {
}
.navigation-wrapper {
.container();
padding: 2em 0 3em;
padding: 2em 0 0;
font-family: @heading-font;
font-weight: 700;
text-transform: uppercase;
@ -16,6 +16,8 @@ body {
.prefix(12,1);
.suffix(12,1);
margin-bottom: 1em;
float: none;
display: block;
}
.top-navigation {
.container();
@ -23,6 +25,8 @@ body {
.prefix(12,1);
.suffix(12,1);
margin-bottom: 1em;
float: none;
display: block;
}
.top-navigation {
ul {
@ -34,6 +38,7 @@ body {
list-style-type: none;
display: inline;
margin-right: 25px;
white-space: nowrap;
a {
decoration: none;
border-bottom: 0 solid transparent;