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
f087b342
Commit
f087b342
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
remove element from selector
parent
fe7b6dec
1 merge request
!6069
use a textproperty parameter on Typeahead to identify a source result object's property.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+1
-1
docs/assets/css/bootstrap.css
less/forms.less
+1
-1
less/forms.less
with
2 additions
and
2 deletions
+2
-2
docs/assets/css/bootstrap.css
+
1
-
1
View file @
f087b342
...
@@ -1958,7 +1958,7 @@ legend + .control-group {
...
@@ -1958,7 +1958,7 @@ legend + .control-group {
.form-horizontal
input
+
.help-block
,
.form-horizontal
input
+
.help-block
,
.form-horizontal
select
+
.help-block
,
.form-horizontal
select
+
.help-block
,
.form-horizontal
textarea
+
.help-block
,
.form-horizontal
textarea
+
.help-block
,
.form-horizontal
span
.uneditable-input
+
.help-block
{
.form-horizontal
.uneditable-input
+
.help-block
{
margin-top
:
10px
;
margin-top
:
10px
;
}
}
...
...
This diff is collapsed.
Click to expand it.
less/forms.less
+
1
-
1
View file @
f087b342
...
@@ -673,7 +673,7 @@ legend + .control-group {
...
@@ -673,7 +673,7 @@ legend + .control-group {
input,
input,
select,
select,
textarea,
textarea,
span
.uneditable-input {
.uneditable-input {
+ .help-block {
+ .help-block {
margin-top: @baseLineHeight / 2;
margin-top: @baseLineHeight / 2;
}
}
...
...
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