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
e41584af
Commit
e41584af
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix
#2829
: redeclare .pull-right for navs since they get more specific floats
parent
0fe68de1
2 merge requests
!2929
Responsive video - from zurp's foundation
,
!2875
2.0.3 wip
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
+3
-0
docs/assets/css/bootstrap.css
less/navs.less
+5
-0
less/navs.less
with
8 additions
and
0 deletions
+8
-0
docs/assets/bootstrap.zip
+
0
-
0
View file @
e41584af
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap.css
+
3
-
0
View file @
e41584af
...
...
@@ -2557,6 +2557,9 @@ input[type="submit"].btn.btn-mini {
text-decoration
:
none
;
background-color
:
#eeeeee
;
}
.nav
>
.pull-right
{
float
:
right
;
}
.nav
.nav-header
{
display
:
block
;
padding
:
3px
15px
;
...
...
This diff is collapsed.
Click to expand it.
less/navs.less
+
5
-
0
View file @
e41584af
...
...
@@ -21,6 +21,11 @@
background-color: @grayLighter;
}
// Redeclare pull classes because of specifity
.nav > .pull-right {
float: right;
}
// Nav headers (for dropdowns and lists)
.nav .nav-header {
display: block;
...
...
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