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
ec9b01e6
Commit
ec9b01e6
authored
12 years ago
by
Tom Pietschker
Browse files
Options
Download
Email Patches
Plain Diff
remove the search-query class and increase the width
parent
62b54605
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/components.html
+2
-2
docs/components.html
less/tests/css-tests.html
+1
-1
less/tests/css-tests.html
with
3 additions
and
3 deletions
+3
-3
docs/components.html
+
2
-
2
View file @
ec9b01e6
...
...
@@ -958,7 +958,7 @@ title: Components
</li>
</ul>
<form
class=
"navbar-form pull-left"
action=
""
>
<input
type=
"text"
class=
"
search-query
span
2
"
placeholder=
"Search"
>
<input
type=
"text"
class=
"span
8
"
placeholder=
"Search"
>
</form>
<ul
class=
"nav pull-right"
>
<li><a
href=
"#"
>
Link
</a></li>
...
...
@@ -1035,7 +1035,7 @@ title: Components
</li>
</ul>
<form
class=
"navbar-form pull-left"
action=
""
>
<input
type=
"text"
class=
"
search-query
span
2
"
placeholder=
"Search"
>
<input
type=
"text"
class=
"span
8
"
placeholder=
"Search"
>
</form>
<ul
class=
"nav pull-right"
>
<li><a
href=
"#"
>
Link
</a></li>
...
...
This diff is collapsed.
Click to expand it.
less/tests/css-tests.html
+
1
-
1
View file @
ec9b01e6
...
...
@@ -601,7 +601,7 @@
<h4>
Prepend with type="submit"
</h4>
<form
class=
"form-search"
>
<div
class=
"input-append"
>
<input
type=
"text"
class=
"span2
search-query
"
value=
""
name=
"q"
>
<input
type=
"text"
class=
"span2"
value=
""
name=
"q"
>
<input
type=
"submit"
value=
"Search"
class=
"btn"
>
</div>
</form>
...
...
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