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
003da1e0
Commit
003da1e0
authored
Jan 27, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix inputs in navbar
parent
6353e507
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+2
-1
examples/container-app.html
examples/container-app.html
+2
-2
less/navbar.less
less/navbar.less
+1
-0
No files found.
docs/assets/css/bootstrap.css
View file @
003da1e0
...
...
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Fri Jan 27 1
3:54:49
PST 2012
* Date: Fri Jan 27 1
4:21:03
PST 2012
*/
article
,
aside
,
...
...
@@ -1901,6 +1901,7 @@ table .span12 {
}
.navbar-form
input
,
.navbar-form
select
{
display
:
inline-block
;
margin-top
:
5px
;
margin-bottom
:
0
;
}
.navbar-search
{
...
...
examples/container-app.html
View file @
003da1e0
...
...
@@ -12,7 +12,7 @@
<![endif]-->
<!-- Le styles -->
<link
href=
"../bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../
docs/assets/css/
bootstrap.css"
rel=
"stylesheet"
>
<style
type=
"text/css"
>
/* Override some defaults */
html
,
body
{
...
...
@@ -70,7 +70,7 @@
<body>
<div
class=
"navbar navbar-fixed"
>
<div
class=
"navbar navbar-fixed
-top
"
>
<div
class=
"navbar-inner"
>
<div
class=
"container"
>
<a
class=
"brand"
href=
"#"
>
Project name
</a>
...
...
less/navbar.less
View file @
003da1e0
...
...
@@ -60,6 +60,7 @@
input,
select {
display: inline-block;
margin-top: 5px;
margin-bottom: 0;
}
}
...
...
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