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
fe19211e
Commit
fe19211e
authored
Aug 27, 2014
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Finish reverting #14444
parent
72ddad6f
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
5 deletions
+1
-5
dist/css/bootstrap.css
dist/css/bootstrap.css
+0
-2
dist/css/bootstrap.css.map
dist/css/bootstrap.css.map
+0
-0
dist/css/bootstrap.min.css
dist/css/bootstrap.min.css
+1
-1
less/navs.less
less/navs.less
+0
-2
No files found.
dist/css/bootstrap.css
View file @
fe19211e
...
@@ -3846,11 +3846,9 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
...
@@ -3846,11 +3846,9 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
}
}
.tab-content
>
.tab-pane
{
.tab-content
>
.tab-pane
{
display
:
none
;
display
:
none
;
visibility
:
hidden
;
}
}
.tab-content
>
.active
{
.tab-content
>
.active
{
display
:
block
;
display
:
block
;
visibility
:
visible
;
}
}
.nav-tabs
.dropdown-menu
{
.nav-tabs
.dropdown-menu
{
margin-top
:
-1px
;
margin-top
:
-1px
;
...
...
dist/css/bootstrap.css.map
View file @
fe19211e
This diff was suppressed by a .gitattributes entry.
dist/css/bootstrap.min.css
View file @
fe19211e
This source diff could not be displayed because it is too large. You can
view the blob
instead.
less/navs.less
View file @
fe19211e
...
@@ -223,11 +223,9 @@
...
@@ -223,11 +223,9 @@
.tab-content {
.tab-content {
> .tab-pane {
> .tab-pane {
display: none;
display: none;
visibility: hidden;
}
}
> .active {
> .active {
display: block;
display: block;
visibility: visible;
}
}
}
}
...
...
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