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
e3865e75
Commit
e3865e75
authored
Jun 28, 2011
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nav change to undo the top nav bold active state
parent
9660f6f1
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
3 deletions
+1
-3
bootstrap-1.0.0.css
bootstrap-1.0.0.css
+0
-1
bootstrap-1.0.0.min.css
bootstrap-1.0.0.min.css
+1
-1
lib/patterns.less
lib/patterns.less
+0
-1
No files found.
bootstrap-1.0.0.css
View file @
e3865e75
...
...
@@ -1260,7 +1260,6 @@ div.topbar ul li a:hover {
div
.topbar
ul
li
.active
a
{
background-color
:
#222
;
background-color
:
rgba
(
0
,
0
,
0
,
0.5
);
font-weight
:
bold
;
}
div
.topbar
ul
li
.vr
{
border-left
:
1px
solid
#008db8
;
...
...
bootstrap-1.0.0.min.css
View file @
e3865e75
...
...
@@ -157,7 +157,7 @@ div.topbar form input:hover{background-color:#444;background-color:rgba(255, 255
div
.topbar
form
input
:focus
,
div
.topbar
form
input
.focused
{
outline
:
none
;
background-color
:
#fff
;
color
:
#404040
;
text-shadow
:
0
1px
0
#fff
;
border
:
0
;
padding
:
5px
10px
;
-webkit-box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
-moz-box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);}
div
.topbar
ul
{
display
:
block
;
float
:
left
;
margin
:
0
10px
0
0
;}
div
.topbar
ul
.secondary-nav
{
float
:
right
;
margin-left
:
10px
;
margin-right
:
0
;}
div
.topbar
ul
li
{
display
:
block
;
float
:
left
;
font-size
:
13px
;}
div
.topbar
ul
li
a
{
display
:
block
;
float
:
none
;
padding
:
10px
10px
11px
;
line-height
:
19px
;
text-decoration
:
none
;}
div
.topbar
ul
li
a
:hover
{
color
:
#fff
;
text-decoration
:
none
;}
div
.topbar
ul
li
.active
a
{
background-color
:
#222
;
background-color
:
rgba
(
0
,
0
,
0
,
0.5
);
font-weight
:
bold
;
}
div
.topbar
ul
li
.active
a
{
background-color
:
#222
;
background-color
:
rgba
(
0
,
0
,
0
,
0.5
);}
div
.topbar
ul
li
.vr
{
border-left
:
1px
solid
#008db8
;
border-right
:
1px
solid
#00a0d1
;
height
:
26px
;
margin
:
6px
3px
1px
3px
;}
div
.topbar
ul
.primary-nav
li
ul
{
left
:
0
;}
div
.topbar
ul
.secondary-nav
li
ul
{
right
:
0
;}
...
...
lib/patterns.less
View file @
e3865e75
...
...
@@ -121,7 +121,6 @@ div.topbar {
&.active a {
background-color: #222;
background-color: rgba(0,0,0,.5);
font-weight: bold;
}
// Vertical rule
&.vr {
...
...
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