Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
ec9b01e6
Commit
ec9b01e6
authored
Feb 19, 2013
by
Tom Pietschker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove the search-query class and increase the width
parent
62b54605
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
docs/components.html
docs/components.html
+2
-2
less/tests/css-tests.html
less/tests/css-tests.html
+1
-1
No files found.
docs/components.html
View file @
ec9b01e6
...
@@ -958,7 +958,7 @@ title: Components
...
@@ -958,7 +958,7 @@ title: Components
</li>
</li>
</ul>
</ul>
<form
class=
"navbar-form pull-left"
action=
""
>
<form
class=
"navbar-form pull-left"
action=
""
>
<input
type=
"text"
class=
"s
earch-query span2
"
placeholder=
"Search"
>
<input
type=
"text"
class=
"s
pan8
"
placeholder=
"Search"
>
</form>
</form>
<ul
class=
"nav pull-right"
>
<ul
class=
"nav pull-right"
>
<li><a
href=
"#"
>
Link
</a></li>
<li><a
href=
"#"
>
Link
</a></li>
...
@@ -1035,7 +1035,7 @@ title: Components
...
@@ -1035,7 +1035,7 @@ title: Components
</li>
</li>
</ul>
</ul>
<form
class=
"navbar-form pull-left"
action=
""
>
<form
class=
"navbar-form pull-left"
action=
""
>
<input
type=
"text"
class=
"s
earch-query span2
"
placeholder=
"Search"
>
<input
type=
"text"
class=
"s
pan8
"
placeholder=
"Search"
>
</form>
</form>
<ul
class=
"nav pull-right"
>
<ul
class=
"nav pull-right"
>
<li><a
href=
"#"
>
Link
</a></li>
<li><a
href=
"#"
>
Link
</a></li>
...
...
less/tests/css-tests.html
View file @
ec9b01e6
...
@@ -601,7 +601,7 @@
...
@@ -601,7 +601,7 @@
<h4>
Prepend with type="submit"
</h4>
<h4>
Prepend with type="submit"
</h4>
<form
class=
"form-search"
>
<form
class=
"form-search"
>
<div
class=
"input-append"
>
<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"
>
<input
type=
"submit"
value=
"Search"
class=
"btn"
>
</div>
</div>
</form>
</form>
...
...
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