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
5edfdc02
Commit
5edfdc02
authored
Apr 28, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
parents
bbee78b3
227c4639
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
18 deletions
+10
-18
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+1
-5
docs/examples/carousel.html
docs/examples/carousel.html
+1
-1
docs/examples/jumbotron.html
docs/examples/jumbotron.html
+1
-1
docs/examples/justified-nav.html
docs/examples/justified-nav.html
+1
-1
docs/examples/navbar-fixed-top.html
docs/examples/navbar-fixed-top.html
+1
-1
docs/examples/navbar-static-top.html
docs/examples/navbar-static-top.html
+1
-1
docs/examples/navbar.html
docs/examples/navbar.html
+1
-1
docs/examples/starter-template.html
docs/examples/starter-template.html
+1
-1
docs/examples/sticky-footer-navbar.html
docs/examples/sticky-footer-navbar.html
+1
-1
less/navbar.less
less/navbar.less
+1
-5
No files found.
docs/assets/css/bootstrap.css
View file @
5edfdc02
...
...
@@ -3490,7 +3490,7 @@ button.close {
.navbar
{
position
:
relative
;
padding
:
10px
15px
;
padding
:
0
15px
;
background-color
:
#eeeeee
;
border-radius
:
4px
;
}
...
...
@@ -3741,10 +3741,6 @@ button.close {
}
@media
screen
and
(
min-width
:
768px
)
{
.navbar
{
padding-top
:
0
;
padding-bottom
:
0
;
}
.navbar-brand
{
float
:
left
;
margin-right
:
5px
;
...
...
docs/examples/carousel.html
View file @
5edfdc02
...
...
@@ -243,7 +243,7 @@ body {
</a>
<a
class=
"navbar-brand"
href=
"#"
>
Project name
</a>
<div
class=
"nav-collapse collapse"
>
<ul
class=
"nav"
>
<ul
class=
"nav
navbar-nav
"
>
<li
class=
"active"
><a
href=
"#"
>
Home
</a></li>
<li><a
href=
"#about"
>
About
</a></li>
<li><a
href=
"#contact"
>
Contact
</a></li>
...
...
docs/examples/jumbotron.html
View file @
5edfdc02
...
...
@@ -46,7 +46,7 @@ title: Jumbotron template
</a>
<a
class=
"navbar-brand"
href=
"#"
>
Project name
</a>
<div
class=
"nav-collapse collapse"
>
<ul
class=
"nav"
>
<ul
class=
"nav
navbar-nav
"
>
<li
class=
"active"
><a
href=
"#"
>
Home
</a></li>
<li><a
href=
"#about"
>
About
</a></li>
<li><a
href=
"#contact"
>
Contact
</a></li>
...
...
docs/examples/justified-nav.html
View file @
5edfdc02
...
...
@@ -97,7 +97,7 @@ title: Justified nav template
<div
class=
"masthead"
>
<h3
class=
"text-muted"
>
Project name
</h3>
<ul
class=
"nav nav-justified"
>
<ul
class=
"nav nav
bar-nav nav
-justified"
>
<li
class=
"active"
><a
href=
"#"
>
Home
</a></li>
<li><a
href=
"#"
>
Projects
</a></li>
<li><a
href=
"#"
>
Services
</a></li>
...
...
docs/examples/navbar-fixed-top.html
View file @
5edfdc02
...
...
@@ -27,7 +27,7 @@ title: Fixed navbar template
</a>
<a
class=
"navbar-brand"
href=
"#"
>
Project name
</a>
<div
class=
"nav-collapse collapse"
>
<ul
class=
"nav"
>
<ul
class=
"nav
navbar-nav
"
>
<li
class=
"active"
><a
href=
"#"
>
Home
</a></li>
<li><a
href=
"#about"
>
About
</a></li>
<li><a
href=
"#contact"
>
Contact
</a></li>
...
...
docs/examples/navbar-static-top.html
View file @
5edfdc02
...
...
@@ -23,7 +23,7 @@ title: Static navbar template
</a>
<a
class=
"navbar-brand"
href=
"#"
>
Project name
</a>
<div
class=
"nav-collapse collapse"
>
<ul
class=
"nav"
>
<ul
class=
"nav
navbar-nav
"
>
<li
class=
"active"
><a
href=
"#"
>
Home
</a></li>
<li><a
href=
"#about"
>
About
</a></li>
<li><a
href=
"#contact"
>
Contact
</a></li>
...
...
docs/examples/navbar.html
View file @
5edfdc02
...
...
@@ -29,7 +29,7 @@ title: Navbar template
</a>
<a
class=
"navbar-brand"
href=
"#"
>
Project name
</a>
<div
class=
"nav-collapse collapse"
>
<ul
class=
"nav"
>
<ul
class=
"nav
navbar-nav
"
>
<li
class=
"active"
><a
href=
"#"
>
Home
</a></li>
<li><a
href=
"#about"
>
About
</a></li>
<li><a
href=
"#contact"
>
Contact
</a></li>
...
...
docs/examples/starter-template.html
View file @
5edfdc02
...
...
@@ -24,7 +24,7 @@ title: Starter template
</button>
<a
class=
"navbar-brand"
href=
"#"
>
Project name
</a>
<div
class=
"nav-collapse collapse"
>
<ul
class=
"nav"
>
<ul
class=
"nav
navbar-nav
"
>
<li
class=
"active"
><a
href=
"#"
>
Home
</a></li>
<li><a
href=
"#about"
>
About
</a></li>
<li><a
href=
"#contact"
>
Contact
</a></li>
...
...
docs/examples/sticky-footer-navbar.html
View file @
5edfdc02
...
...
@@ -77,7 +77,7 @@ title: Sticky footer with navbar template
</button>
<a
class=
"navbar-brand"
href=
"#"
>
Project name
</a>
<div
class=
"nav-collapse collapse"
>
<ul
class=
"nav"
>
<ul
class=
"nav
navbar-nav
"
>
<li
class=
"active"
><a
href=
"#"
>
Home
</a></li>
<li><a
href=
"#about"
>
About
</a></li>
<li><a
href=
"#contact"
>
Contact
</a></li>
...
...
less/navbar.less
View file @
5edfdc02
...
...
@@ -5,7 +5,7 @@
// Wrapper and base class
.navbar {
position: relative;
padding:
1
0px 15px;
padding: 0px 15px;
background-color: @navbar-bg;
border-radius: @border-radius-base;
// Prevent floats from breaking the navbar
...
...
@@ -264,10 +264,6 @@
@media screen and (min-width: @screen-tablet) {
.navbar {
padding-top: 0;
padding-bottom: 0;
}
.navbar-brand {
float: left;
margin-left: -5px;
...
...
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