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
880bdbc4
Commit
880bdbc4
authored
Jul 24, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
simplify styles for bs docs nav
parent
c10a357b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
10 deletions
+16
-10
docs/assets/css/docs.css
docs/assets/css/docs.css
+16
-10
No files found.
docs/assets/css/docs.css
View file @
880bdbc4
...
@@ -896,28 +896,34 @@ form.bs-docs-example {
...
@@ -896,28 +896,34 @@ form.bs-docs-example {
padding
:
0
;
padding
:
0
;
margin-right
:
10px
;
margin-right
:
10px
;
background-color
:
#fff
;
background-color
:
#fff
;
border
:
1px
solid
#e5e5e5
;
margin-left
:
0
;
margin-left
:
0
;
-webkit-border-radius
:
6px
;
-webkit-border-radius
:
6px
;
-moz-border-radius
:
6px
;
-moz-border-radius
:
6px
;
border-radius
:
6px
;
border-radius
:
6px
;
-webkit-box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
.05
);
-moz-box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
.05
);
box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
.05
);
}
}
.bs-docs-sidenav
>
li
>
a
{
.bs-docs-sidenav
>
li
>
a
{
margin
:
0
;
margin
:
0
0
-1px
;
font-size
:
14px
;
font-size
:
14px
;
padding
:
9px
14px
;
padding
:
9px
14px
;
border
-top
:
1px
solid
#eee
;
border
:
1px
solid
#e5e5e5
;
}
}
.bs-docs-sidenav
>
li
:first-child
>
a
{
.bs-docs-sidenav
>
li
:first-child
>
a
{
border-top
:
0
;
-webkit-border-radius
:
6px
6px
0
0
;
-webkit-border-radius
:
5px
5px
0
0
;
-moz-border-radius
:
6px
6px
0
0
;
-moz-border-radius
:
5px
5px
0
0
;
border-radius
:
6px
6px
0
0
;
border-radius
:
5px
5px
0
0
;
}
}
.bs-docs-sidenav
>
li
:last-child
>
a
{
.bs-docs-sidenav
>
li
:last-child
>
a
{
-webkit-border-radius
:
0
0
5px
5px
;
-webkit-border-radius
:
0
0
6px
6px
;
-moz-border-radius
:
0
0
5px
5px
;
-moz-border-radius
:
0
0
6px
6px
;
border-radius
:
0
0
5px
5px
;
border-radius
:
0
0
6px
6px
;
}
.bs-docs-sidenav
>
.active
>
a
{
border-color
:
#08c
;
position
:
relative
;
z-index
:
2
;
}
}
/* Chevrons */
/* Chevrons */
.bs-docs-sidenav
.icon-chevron-right
{
.bs-docs-sidenav
.icon-chevron-right
{
...
...
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