Skip to content
GitLab
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
1954cf00
Commit
1954cf00
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
comment in forms'
parent
ff113acb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/docs.css
+13
-0
docs/assets/css/docs.css
lib/forms.less
+1
-0
lib/forms.less
with
14 additions
and
0 deletions
+14
-0
docs/assets/css/docs.css
+
13
-
0
View file @
1954cf00
...
@@ -448,6 +448,7 @@ h2 + .row {
...
@@ -448,6 +448,7 @@ h2 + .row {
margin
:
-18px
0
27px
;
margin
:
-18px
0
27px
;
font-size
:
18px
;
font-size
:
18px
;
font-weight
:
300
;
font-weight
:
300
;
line-height
:
24px
;
color
:
#999
;
color
:
#999
;
text-align
:
center
;
text-align
:
center
;
}
}
...
@@ -563,6 +564,18 @@ form.well {
...
@@ -563,6 +564,18 @@ form.well {
margin
:
0
auto
10px
;
margin
:
0
auto
10px
;
}
}
/* Subnav */
.subhead
.nav
{
padding
:
0
;
background
:
none
;
}
.subhead
.nav
>
li
{
float
:
none
;
}
.subhead
.nav
li
+
li
a
{
border-top
:
1px
solid
#eee
;
}
/* Don't space out quick links so much */
/* Don't space out quick links so much */
.quick-links
{
.quick-links
{
margin
:
40px
0
0
;
margin
:
40px
0
0
;
...
...
This diff is collapsed.
Click to expand it.
lib/forms.less
+
1
-
0
View file @
1954cf00
...
@@ -470,6 +470,7 @@ select:focus:required:invalid {
...
@@ -470,6 +470,7 @@ select:focus:required:invalid {
// --------------------------
// --------------------------
.form-horizontal {
.form-horizontal {
// Increase spacing between groups
.control-group {
.control-group {
margin-bottom: @baseLineHeight;
margin-bottom: @baseLineHeight;
}
}
...
...
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