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
ea8f5883
Commit
ea8f5883
authored
Jan 23, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clean up subnav aesthetics
parent
a7bf0295
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
4 deletions
+34
-4
docs/assets/css/docs.css
docs/assets/css/docs.css
+32
-2
docs/components.html
docs/components.html
+2
-2
No files found.
docs/assets/css/docs.css
View file @
ea8f5883
...
@@ -115,8 +115,8 @@ section {
...
@@ -115,8 +115,8 @@ section {
------------------------- */
------------------------- */
/* supporting docs pages */
/* supporting docs pages */
.subhead
{
.subhead
{
padding-bottom
:
14px
;
padding-bottom
:
0
;
border-bottom
:
3px
solid
#e5e5e5
;
border-bottom
:
0
;
}
}
.subhead
h1
,
.subhead
h1
,
.subhead
p
{
.subhead
p
{
...
@@ -126,6 +126,36 @@ section {
...
@@ -126,6 +126,36 @@ section {
font-size
:
45px
;
font-size
:
45px
;
}
}
/* Subnav */
.subhead
.nav
{
padding
:
0
10px
;
background-color
:
#eeeeee
;
/* Old browsers */
background-repeat
:
repeat-x
;
/* Repeat the gradient */
background-image
:
-moz-linear-gradient
(
top
,
#f5f5f5
0%
,
#eeeeee
100%
);
/* FF3.6+ */
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#f5f5f5
),
color-stop
(
100%
,
#eeeeee
));
/* Chrome,Safari4+ */
background-image
:
-webkit-linear-gradient
(
top
,
#f5f5f5
0%
,
#eeeeee
100%
);
/* Chrome 10+,Safari 5.1+ */
background-image
:
-ms-linear-gradient
(
top
,
#f5f5f5
0%
,
#eeeeee
100%
);
/* IE10+ */
background-image
:
-o-linear-gradient
(
top
,
#f5f5f5
0%
,
#eeeeee
100%
);
/* Opera 11.10+ */
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#f5f5f5'
,
endColorstr
=
'#eeeeee'
,
GradientType
=
0
);
/* IE6-9 */
background-image
:
linear-gradient
(
top
,
#f5f5f5
0%
,
#eeeeee
100%
);
/* W3C */
border
:
1px
solid
#eee
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
}
.subhead
.nav
a
{
margin
:
0
;
padding-top
:
11px
;
padding-bottom
:
11px
;
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;
}
.subhead
.nav
.active
a
{
background-color
:
#fff
;
color
:
#333
;
}
/* Quick links
/* Quick links
-------------------------------------------------- */
-------------------------------------------------- */
...
...
docs/components.html
View file @
ea8f5883
...
@@ -63,13 +63,13 @@
...
@@ -63,13 +63,13 @@
<p
class=
"lead"
>
Dozens of reusable components are built into Bootstrap to provide navigation, alerts, popovers, and much more.
</p>
<p
class=
"lead"
>
Dozens of reusable components are built into Bootstrap to provide navigation, alerts, popovers, and much more.
</p>
<ul
class=
"nav pills"
>
<ul
class=
"nav pills"
>
<li><a
href=
"./components.html#buttonGroups"
>
Button groups
</a></li>
<li><a
href=
"./components.html#buttonGroups"
>
Button groups
</a></li>
<li><a
href=
"./components.html#buttonDropdowns"
>
Split b
utton dropdowns
</a></li>
<li><a
href=
"./components.html#buttonDropdowns"
>
B
utton dropdowns
</a></li>
<li><a
href=
"./components.html#navs"
>
Nav, tabs, pills
</a></li>
<li><a
href=
"./components.html#navs"
>
Nav, tabs, pills
</a></li>
<li><a
href=
"./components.html#navbar"
>
Navbar
</a></li>
<li><a
href=
"./components.html#navbar"
>
Navbar
</a></li>
<li><a
href=
"./components.html#breadcrumbs"
>
Breadcrumbs
</a></li>
<li><a
href=
"./components.html#breadcrumbs"
>
Breadcrumbs
</a></li>
<li><a
href=
"./components.html#pagination"
>
Pagination
</a></li>
<li><a
href=
"./components.html#pagination"
>
Pagination
</a></li>
<li><a
href=
"./components.html#thumbnails"
>
Thumbnails
</a></li>
<li><a
href=
"./components.html#thumbnails"
>
Thumbnails
</a></li>
<li><a
href=
"./components.html#alerts"
>
Alert
message
s
</a></li>
<li><a
href=
"./components.html#alerts"
>
Alerts
</a></li>
<li><a
href=
"./components.html#progress"
>
Progress bars
</a></li>
<li><a
href=
"./components.html#progress"
>
Progress bars
</a></li>
</ul>
</ul>
</header>
</header>
...
...
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