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
7bcd02c1
Commit
7bcd02c1
authored
Jan 12, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweak button
parent
583fc4b9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
16 deletions
+8
-16
docs/assets/css/docs.css
docs/assets/css/docs.css
+8
-16
No files found.
docs/assets/css/docs.css
View file @
7bcd02c1
...
@@ -118,25 +118,17 @@ hr.soften {
...
@@ -118,25 +118,17 @@ hr.soften {
.masthead
.btn
{
.masthead
.btn
{
padding
:
19px
24px
;
padding
:
19px
24px
;
font-size
:
24px
;
font-size
:
24px
;
font-weight
:
200
;
color
:
#fff
;
/* redeclare to override the `.jumbotron a` */
color
:
#fff
;
/* redeclare to override the `.jumbotron a` */
border
:
0
;
border
:
2px
solid
#fff
;
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.1
),
0
1px
5px
rgba
(
0
,
0
,
0
,
.25
);
background-color
:
transparent
;
-moz-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.1
),
0
1px
5px
rgba
(
0
,
0
,
0
,
.25
);
}
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.1
),
0
1px
5px
rgba
(
0
,
0
,
0
,
.25
);
.masthead
.btn
:hover
,
-webkit-transition
:
none
;
.masthead
.btn
:active
{
-moz-transition
:
none
;
color
:
#333
;
transition
:
none
;
background-color
:
#fff
;
}
.masthead
.btn
:hover
{
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.1
),
0
1px
5px
rgba
(
0
,
0
,
0
,
.25
);
-moz-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.1
),
0
1px
5px
rgba
(
0
,
0
,
0
,
.25
);
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.1
),
0
1px
5px
rgba
(
0
,
0
,
0
,
.25
);
}
}
.masthead
.btn
:active
{
.masthead
.btn
:active
{
-webkit-box-shadow
:
inset
0
2px
4px
rgba
(
0
,
0
,
0
,
.1
),
0
1px
0
rgba
(
255
,
255
,
255
,
.1
);
box-shadow
:
none
;
-moz-box-shadow
:
inset
0
2px
4px
rgba
(
0
,
0
,
0
,
.1
),
0
1px
0
rgba
(
255
,
255
,
255
,
.1
);
box-shadow
:
inset
0
2px
4px
rgba
(
0
,
0
,
0
,
.1
),
0
1px
0
rgba
(
255
,
255
,
255
,
.1
);
}
}
...
...
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