diff options
author | Brahn Partridge <github@fushnisoft.com> | 2015-10-06 20:23:22 +0200 |
---|---|---|
committer | Brahn Partridge <github@fushnisoft.com> | 2015-10-06 20:23:22 +0200 |
commit | 0afec0bf34bd9abe3e4ccef82a1b4f03731d97ec (patch) | |
tree | 51522c2e61a8cc422af5da1c667df10148fa3981 | |
parent | bf32729d807861820e303b51bc6597c87abd385e (diff) |
parentheses appear to be needed here for 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; |