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
efac0bf8
Commit
efac0bf8
authored
Jul 28, 2013
by
liuyl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make pull-right !important
parent
c25bf6ba
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
19 deletions
+5
-19
dist/css/bootstrap.css
dist/css/bootstrap.css
+2
-8
dist/css/bootstrap.min.css
dist/css/bootstrap.min.css
+1
-1
less/navbar.less
less/navbar.less
+0
-1
less/navs.less
less/navs.less
+0
-6
less/type.less
less/type.less
+0
-1
less/utilities.less
less/utilities.less
+2
-2
No files found.
dist/css/bootstrap.css
View file @
efac0bf8
...
...
@@ -636,7 +636,6 @@ blockquote small:before {
}
blockquote
.pull-right
{
float
:
right
;
padding-right
:
15px
;
padding-left
:
0
;
border-right
:
5px
solid
#eeeeee
;
...
...
@@ -2478,10 +2477,6 @@ button.close {
border-bottom-color
:
#ffffff
;
}
.nav
>
.pull-right
{
float
:
right
;
}
.nav
.nav-divider
{
height
:
1px
;
margin
:
9px
0
;
...
...
@@ -2938,7 +2933,6 @@ button.close {
border-radius
:
0
;
}
.navbar-nav.pull-right
{
float
:
right
;
width
:
auto
;
}
.navbar-toggle
{
...
...
@@ -4388,11 +4382,11 @@ a.list-group-item.active > .badge,
}
.pull-right
{
float
:
right
;
float
:
right
!important
;
}
.pull-left
{
float
:
left
;
float
:
left
!important
;
}
.hide
{
...
...
dist/css/bootstrap.min.css
View file @
efac0bf8
This source diff could not be displayed because it is too large. You can
view the blob
instead.
less/navbar.less
View file @
efac0bf8
...
...
@@ -317,7 +317,6 @@
}
&.pull-right {
float: right;
width: auto;
}
}
...
...
less/navs.less
View file @
efac0bf8
...
...
@@ -56,12 +56,6 @@
}
}
// Redeclare pull classes because of specificity
// Todo: consider making these utilities !important to avoid this bullshit
> .pull-right {
float: right;
}
// Dividers (basically an hr) within the dropdown
.nav-divider {
.nav-divider();
...
...
less/type.less
View file @
efac0bf8
...
...
@@ -195,7 +195,6 @@ blockquote {
// Float right with text-align: right
&.pull-right {
float: right;
padding-right: 15px;
padding-left: 0;
border-right: 5px solid @blockquote-border-color;
...
...
less/utilities.less
View file @
efac0bf8
...
...
@@ -10,10 +10,10 @@
.clearfix();
}
.pull-right {
float: right;
float: right
!important
;
}
.pull-left {
float: left;
float: left
!important
;
}
...
...
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