Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dex
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
dex
Commits
f1f7d1c4
Commit
f1f7d1c4
authored
Sep 22, 2016
by
Lucas Serven
Committed by
GitHub
Sep 22, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #579 from squat/fix-button-style
static: fix button styles
parents
9a78dca1
340eb300
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
header.html
static/html/header.html
+6
-6
No files found.
static/html/header.html
View file @
f1f7d1c4
...
...
@@ -89,14 +89,14 @@
}
.btn
{
box-shadow
:
inset
0
1px
0px
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.25
),
0
0px
1px
rgba
(
0
,
0
,
0
,
0.25
);
padding
:
0
;
font-size
:
14px
;
border-radius
:
4px
;
border
:
none
;
border-radius
:
4px
;
box-shadow
:
inset
0
1px
0px
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.25
),
0
0px
1px
rgba
(
0
,
0
,
0
,
0.25
);
cursor
:
pointer
;
font-size
:
16px
;
}
font-size
:
14px
;
line-height
:
1
;
padding
:
6px
12px
;
.
btn
:
focus
{
outline
:
none
;
}
...
...
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