mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Strip github tables from design
This commit is contained in:
parent
2c76644b23
commit
8183af4bb2
6 changed files with 87 additions and 118 deletions
|
@ -42,7 +42,7 @@
|
|||
.section-github-render {
|
||||
|
||||
h3 {
|
||||
margin-bottom: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
p {
|
||||
|
@ -55,6 +55,7 @@
|
|||
|
||||
table {
|
||||
margin-left: 0px!important;
|
||||
border: none!important;
|
||||
}
|
||||
|
||||
thead.github th {
|
||||
|
@ -67,8 +68,7 @@
|
|||
|
||||
tbody.github td {
|
||||
border: none !important;
|
||||
border-bottom: 1px solid #e1e1e1 !important;
|
||||
padding: 15px 30px !important;
|
||||
padding: 15px 30px !important;
|
||||
}
|
||||
|
||||
span.label-private {
|
||||
|
@ -88,33 +88,45 @@
|
|||
}
|
||||
|
||||
table.milestone-table {
|
||||
td a.link {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
table.milestone-table td a.link {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
td span.milestone {
|
||||
td span.milestone {
|
||||
color: #3c3c3c;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
td span.date-meta {
|
||||
td span.date-meta {
|
||||
margin-right: 10px;
|
||||
font-size: 14px;
|
||||
color: #767676;
|
||||
|
||||
img {
|
||||
height: 14px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
}
|
||||
td span.date-meta img {
|
||||
height: 14px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
progress[value] {
|
||||
progress[value] {
|
||||
background-color: #eeeeee;
|
||||
border-radius: 3px;
|
||||
height: 10px;
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
table.contributor-table {
|
||||
|
@ -141,8 +153,9 @@
|
|||
line-height: 22px;
|
||||
}
|
||||
|
||||
table.issue-table {
|
||||
td a.link {
|
||||
|
||||
|
||||
table.issue-table td a.link {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
|
@ -204,6 +217,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue