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
82d059de
Commit
82d059de
authored
Feb 17, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix broken marketing section with updated class
parent
15916704
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
48 additions
and
42 deletions
+48
-42
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+20
-20
docs/assets/css/docs.css
docs/assets/css/docs.css
+6
-0
docs/index.html
docs/index.html
+1
-1
docs/javascript.html
docs/javascript.html
+1
-1
less/navs.less
less/navs.less
+20
-20
No files found.
docs/assets/css/bootstrap.css
View file @
82d059de
...
...
@@ -3034,6 +3034,26 @@ button.close {
border-bottom
:
1px
solid
#ffffff
;
}
.tabbable
:before
,
.tabbable
:after
{
display
:
table
;
content
:
" "
;
}
.tabbable
:after
{
clear
:
both
;
}
.tab-content
>
.tab-pane
,
.pill-content
>
.pill-pane
{
display
:
none
;
}
.tab-content
>
.active
,
.pill-content
>
.active
{
display
:
block
;
}
/*
// Prevent IE8 from misplacing imgs
// See https://github.com/h5bp/html5-boilerplate/issues/984#issuecomment-3985989
...
...
@@ -3101,26 +3121,6 @@ button.close {
border-color: @grayLight;
}
// Tabbable tabs
// -------------------------
// Clear any floats
.tabbable {
.clearfix();
}
// Show/hide tabbable areas
.tab-content > .tab-pane,
.pill-content > .pill-pane {
display: none;
}
.tab-content > .active,
.pill-content > .active {
display: block;
}
*/
.navbar
{
...
...
docs/assets/css/docs.css
View file @
82d059de
...
...
@@ -9,6 +9,7 @@
-------------------------------------------------- */
body
{
padding-top
:
54px
;
position
:
relative
;
/* For scrollyspy */
/* We add the padding to the body for >768px only */
}
...
...
@@ -310,6 +311,11 @@ section > ul li {
margin-left
:
20px
;
}
/* Example tabbable tabs */
.bs-docs-example-tabs
.nav-tabs
{
margin-bottom
:
15px
;
}
/* Example templates
-------------------------------------------------- */
...
...
docs/index.html
View file @
82d059de
...
...
@@ -24,7 +24,7 @@ title: Bootstrap
<div
class=
"container"
>
<div
class=
"marketing"
>
<div
class=
"
bs-docs-
marketing"
>
<h1>
Introducing Bootstrap.
</h1>
<p
class=
"marketing-byline"
>
Need reasons to love Bootstrap? Look no further.
</p>
...
...
docs/javascript.html
View file @
82d059de
...
...
@@ -622,7 +622,7 @@ $('[data-spy="scroll"]').each(function () {
<h2>
Example tabs
</h2>
<p>
Add quick, dynamic tab functionality to transition through panes of local content, even via dropdown menus.
</p>
<div
class=
"bs-docs-example"
>
<div
class=
"bs-docs-example
bs-docs-example-tabs
"
>
<ul
id=
"myTab"
class=
"nav nav-tabs"
>
<li
class=
"active"
><a
href=
"#home"
data-toggle=
"tab"
>
Home
</a></li>
<li><a
href=
"#profile"
data-toggle=
"tab"
>
Profile
</a></li>
...
...
less/navs.less
View file @
82d059de
...
...
@@ -186,6 +186,26 @@
// Tabbable tabs
// -------------------------
// Clear any floats
.tabbable {
.clearfix();
}
// Show/hide tabbable areas
.tab-content > .tab-pane,
.pill-content > .pill-pane {
display: none;
}
.tab-content > .active,
.pill-content > .active {
display: block;
}
/*
// Prevent IE8 from misplacing imgs
// See https://github.com/h5bp/html5-boilerplate/issues/984#issuecomment-3985989
...
...
@@ -253,24 +273,4 @@
border-color: @grayLight;
}
// Tabbable tabs
// -------------------------
// Clear any floats
.tabbable {
.clearfix();
}
// Show/hide tabbable areas
.tab-content > .tab-pane,
.pill-content > .pill-pane {
display: none;
}
.tab-content > .active,
.pill-content > .active {
display: block;
}
*/
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