Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
66c63541
Commit
66c63541
authored
Oct 06, 2015
by
Thomas Park
Browse files
Merge pull request #521 from fushnisoft/gh-pages
parentheses appear to be needed here for less
parents
bf32729d
69b8aa8c
Changes
4
Hide whitespace changes
Inline
Side-by-side
readable/_bootswatch.scss
View file @
66c63541
...
...
@@ -57,7 +57,7 @@ $web-font-path: "https://fonts.googleapis.com/css?family=Raleway:400,700" !defau
}
}
@media
(
max-width
:
$grid-float-breakpoint
-
1
)
{
@media
(
max-width
:
(
$grid-float-breakpoint
-
1
)
)
{
.navbar
{
.navbar-nav
>
li
>
a
{
margin
:
0
;
...
...
readable/bootstrap.css
View file @
66c63541
...
...
@@ -6835,7 +6835,7 @@ button.close {
padding
:
8px
12px
;
}
}
@media
(
max-width
:
76
8
px
-
1
)
{
@media
(
max-width
:
76
7
px
)
{
.navbar
.navbar-nav
>
li
>
a
{
margin
:
0
;
}
...
...
readable/bootstrap.min.css
View file @
66c63541
This source diff could not be displayed because it is too large. You can
view the blob
instead.
readable/bootswatch.less
View file @
66c63541
...
...
@@ -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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment