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
430b2335
Commit
430b2335
authored
Nov 01, 2014
by
Thomas Park
Browse files
yeti: fix radio and checkbox alignment, closes #343
parent
918b2a49
Changes
3
Show whitespace changes
Inline
Side-by-side
yeti/bootstrap.css
View file @
430b2335
...
...
@@ -6492,6 +6492,10 @@ label,
font-size
:
12px
;
font-weight
:
normal
;
}
input
[
type
=
"radio"
],
input
[
type
=
"checkbox"
]
{
margin-top
:
1px
;
}
.nav
.open
>
a
,
.nav
.open
>
a
:hover
,
.nav
.open
>
a
:focus
{
...
...
yeti/bootstrap.min.css
View file @
430b2335
This source diff could not be displayed because it is too large. You can
view the blob
instead.
yeti/bootswatch.less
View file @
430b2335
...
...
@@ -249,6 +249,11 @@ label,
font-weight: normal;
}
input[type="radio"],
input[type="checkbox"] {
margin-top: 1px;
}
// Navs =======================================================================
.nav {
...
...
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