Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kityminder-core
Project
Project
Details
Activity
Releases
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
吴志俊
kityminder-core
Commits
ff0c7886
Commit
ff0c7886
authored
Mar 17, 2014
by
techird
Browse files
Options
Browse Files
Download
Plain Diff
merge from dev
parents
17deb447
a329cc0e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
github.css
dist/css/github.css
+1
-1
github.less
dist/css/github.less
+1
-1
github_mark.png
dist/img/github_mark.png
+0
-0
No files found.
dist/css/github.css
View file @
ff0c7886
#github-url
{
position
:
absolute
;
width
:
130px
;
height
:
130px
;
right
:
-90px
;
top
:
60px
;
background-color
:
#fff
;
border-radius
:
65px
;
box-shadow
:
-3px
1px
10px
rgba
(
0
,
0
,
0
,
0.3
);
-webkit-transition
:
all
.2s
ease
;
-moz-transition
:
all
.2s
ease
;
-ms-transition
:
all
.2s
ease
;
transition
:
all
.2s
ease
;
opacity
:
.3
}
#github-url
:hover
{
-webkit-transform
:
translate
(
-280px
);
-moz-transform
:
translate
(
-280px
);
-ms-transform
:
translate
(
-280px
);
transform
:
translate
(
-280px
);
opacity
:
1
}
#github-url
:before
{
content
:
' '
;
display
:
block
;
position
:
absolute
;
width
:
300px
;
height
:
130px
;
left
:
65px
;
top
:
0
;
background
:
rgba
(
0
,
0
,
0
,
0.001
)}
#github-url
:after
{
content
:
' '
;
display
:
block
;
position
:
absolute
;
width
:
130px
;
height
:
130px
;
background
:
url(../img/
Github-Mark-120px-plus
.png)
no-repeat
5px
4px
}
#github-url
:after
{
content
:
' '
;
display
:
block
;
position
:
absolute
;
width
:
130px
;
height
:
130px
;
background
:
url(../img/
github_mark
.png)
no-repeat
5px
4px
}
#github-url
a
{
display
:
block
;
position
:
absolute
;
top
:
40px
;
font-size
:
18px
;
width
:
300px
;
height
:
40px
;
padding
:
10px
0
10px
20px
;
line-height
:
40px
;
color
:
#000
;
left
:
120px
;
border-radius
:
0
25px
25px
0
;
background-color
:
#fff
}
dist/css/github.less
View file @
ff0c7886
...
...
@@ -41,7 +41,7 @@
position: absolute;
width: 130px;
height: 130px;
background: url(../img/
Github-Mark-120px-plus
.png) no-repeat 5px 4px;
background: url(../img/
github_mark
.png) no-repeat 5px 4px;
}
a {
...
...
dist/img/
GitHub-Mark-120px-plus
.png
→
dist/img/
github_mark
.png
View file @
ff0c7886
File moved
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