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:
parent
60131df628
commit
65666c5a89
11 changed files with 686 additions and 668 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "documize",
|
||||
"version": "1.47.1",
|
||||
"version": "1.47.2",
|
||||
"description": "The Document IDE",
|
||||
"private": true,
|
||||
"repository": "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue