forked from forgejo/forgejo
markdown & code style
This commit is contained in:
parent
015174484a
commit
c9bf526be7
7 changed files with 764 additions and 265 deletions
|
@ -560,7 +560,9 @@ html, body {
|
|||
.file-list .icon {
|
||||
font-size: 17px;
|
||||
padding: 5px 0 4px 10px;
|
||||
width: 40px;
|
||||
width: 50px;
|
||||
color: #999;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.file-list .wrap {
|
||||
|
@ -588,6 +590,19 @@ html, body {
|
|||
text-align: right;
|
||||
}
|
||||
|
||||
.file-content .file-head {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.file-content .file-head .icon {
|
||||
color: #666;
|
||||
margin: 0 .5em 0 0;
|
||||
}
|
||||
|
||||
.file-content .file-body {
|
||||
padding: 30px 30px 50px;
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
min-height: 100%;
|
||||
height: auto !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue