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
68680dc3
Commit
68680dc3
authored
May 19, 2014
by
Thomas Park
Browse files
readable: fix margins on navbar-form, closes #257
parent
ce932e10
Changes
3
Hide whitespace changes
Inline
Side-by-side
readable/bootstrap.css
View file @
68680dc3
...
...
@@ -5805,6 +5805,9 @@ button.close {
.navbar-brand
{
margin-top
:
6px
;
}
.navbar-form
{
margin-top
:
12px
;
}
.btn
{
font-family
:
"Raleway"
,
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
}
...
...
readable/bootstrap.min.css
View file @
68680dc3
This source diff could not be displayed because it is too large. You can
view the blob
instead.
readable/bootswatch.less
View file @
68680dc3
...
...
@@ -36,6 +36,10 @@
&-brand {
margin-top: 6px;
}
&-form {
margin-top: 12px;
}
}
// Buttons ====================================================================
...
...
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