1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 21:15:24 +02:00

GitHub section improvements

This commit is contained in:
Harvey Kandola 2017-05-17 07:22:18 +01:00
parent 60131df628
commit 65666c5a89
11 changed files with 686 additions and 668 deletions

View file

@ -43,6 +43,8 @@
}
.section-github-render {
font-size: 0.9rem;
a:hover {
text-decoration: underline;
}
@ -77,8 +79,8 @@
}
.github-table tbody tr td {
border: none!important;
padding: 5px 20px !important;
border: none !important;
padding: 5px 0 !important;
}
.github-table .right-column {
@ -114,6 +116,11 @@
}
}
.contributor-meta {
white-space: nowrap;
width: 1%;
}
span.issue-state {
float: left;
margin-right: 10px;
@ -123,6 +130,6 @@
img.github-avatar {
width: 24px;
border-radius: 4px;
margin-right: 10px;
margin-left: 10px;
}
}

View file

@ -1,6 +1,6 @@
{
"name": "documize",
"version": "1.47.1",
"version": "1.47.2",
"description": "The Document IDE",
"private": true,
"repository": "",