diff options
author | Thomas Park <thomas@thomaspark.co> | 2015-10-06 17:11:29 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2015-10-06 17:11:29 -0400 |
commit | 66c63541f70245bac13b997aab7d51826b70e274 (patch) | |
tree | 535ac4df35031b560baa395aa3fcd8c07d7e3603 /readable/bootswatch.less | |
parent | bf32729d807861820e303b51bc6597c87abd385e (diff) | |
parent | 69b8aa8cd85d4b398ed7abef57170162bcef8a51 (diff) |
Merge pull request #521 from fushnisoft/gh-pages
parentheses appear to be needed here for less
Diffstat (limited to 'readable/bootswatch.less')
-rw-r--r-- | readable/bootswatch.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readable/bootswatch.less b/readable/bootswatch.less index c1fd08ee..42b28e64 100644 --- a/readable/bootswatch.less +++ b/readable/bootswatch.less @@ -60,7 +60,7 @@ } } -@media (max-width: @grid-float-breakpoint - 1) { +@media (max-width: (@grid-float-breakpoint - 1)) { .navbar { .navbar-nav > li > a { margin: 0; |