mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
html and css cleanup
This commit is contained in:
parent
b419bd2d52
commit
49748ec81d
6 changed files with 49 additions and 148 deletions
|
@ -99,10 +99,10 @@
|
|||
|
||||
table.milestone-table {
|
||||
progress[value] {
|
||||
background-color: #eeeeee;
|
||||
border-radius: 3px;
|
||||
height: 10px;
|
||||
width: 50%;
|
||||
background-color: #eeeeee;
|
||||
border-radius: 3px;
|
||||
height: 15px;
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -143,97 +143,3 @@
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
table.milestone-table td a.link {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
td span.milestone {
|
||||
color: #3c3c3c;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
td span.date-meta {
|
||||
margin-right: 10px;
|
||||
font-size: 14px;
|
||||
color: #767676;
|
||||
}
|
||||
td span.date-meta img {
|
||||
height: 14px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
|
||||
table.contributor-table {
|
||||
margin-top: 30px !important;
|
||||
}
|
||||
|
||||
table.issue-table td a.link {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
td span.milestone {
|
||||
color: #3c3c3c;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
li.github-commit-item {
|
||||
display: block;
|
||||
width: 95%;
|
||||
font-size: 12px;
|
||||
color: #999;
|
||||
|
||||
> .link {
|
||||
color: #999;
|
||||
|
||||
> .github-avatar {
|
||||
float: left;
|
||||
margin-right: 15px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
> .issue-avatar {
|
||||
float: left;
|
||||
margin-right: 15px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
> .github-commit-body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
|
||||
> .github-commit-title {
|
||||
color: #4e575b;
|
||||
text-decoration: none;
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
line-height: 22px;
|
||||
margin: 0;
|
||||
padding: 0px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
width: 90%;
|
||||
|
||||
.label-name {
|
||||
font-size: 16px;
|
||||
margin: 0 10px 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
> .github-commit-meta {
|
||||
font-weight: normal;
|
||||
color: #767676;
|
||||
font-size: 14px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
width: 90%;
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
h1
|
||||
{
|
||||
font-size: 2.3em;
|
||||
font-size: 2em;
|
||||
font-weight: bold;
|
||||
color:$color-off-black;
|
||||
margin: 30px 0 20px 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue