Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
5a3dfb72
Commit
5a3dfb72
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
support small for legend per #1544
parent
4ddc8fd0
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
+4
-0
docs/assets/css/bootstrap.css
less/forms.less
+6
-0
less/forms.less
with
10 additions
and
0 deletions
+10
-0
docs/assets/bootstrap.zip
+
0
-
0
View file @
5a3dfb72
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap.css
+
4
-
0
View file @
5a3dfb72
...
...
@@ -521,6 +521,10 @@ legend {
border
:
0
;
border-bottom
:
1px
solid
#eee
;
}
legend
small
{
font-size
:
13.5px
;
color
:
#999999
;
}
label
,
input
,
button
,
...
...
This diff is collapsed.
Click to expand it.
less/forms.less
+
6
-
0
View file @
5a3dfb72
...
...
@@ -28,6 +28,12 @@ legend {
color: @grayDark;
border: 0;
border-bottom: 1px solid #eee;
// Small
small {
font-size: @baseLineHeight * .75;
color: @grayLight;
}
}
// Set font for forms
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets