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
c242e32e
Commit
c242e32e
authored
Jan 30, 2015
by
Thomas Park
Browse files
paper: unbold labels, #399
parent
ca7b0cab
Changes
4
Hide whitespace changes
Inline
Side-by-side
paper/_bootswatch.scss
View file @
c242e32e
...
...
@@ -113,6 +113,10 @@ a {
// Forms ======================================================================
label
{
font-weight
:
normal
;
}
textarea
,
textarea
.form-control
,
input
.form-control
,
...
...
paper/bootstrap.css
View file @
c242e32e
...
...
@@ -6800,6 +6800,9 @@ a {
-o-transition
:
all
0.2s
;
transition
:
all
0.2s
;
}
label
{
font-weight
:
normal
;
}
textarea
,
textarea
.form-control
,
input
.form-control
,
...
...
paper/bootstrap.min.css
View file @
c242e32e
This source diff could not be displayed because it is too large. You can
view the blob
instead.
paper/bootswatch.less
View file @
c242e32e
...
...
@@ -113,6 +113,10 @@ a {
// Forms ======================================================================
label {
font-weight: normal;
}
textarea,
textarea.form-control,
input.form-control,
...
...
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