1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-08 03:15:23 +02:00
This commit is contained in:
FuXiaoHei 2014-03-19 20:34:11 +08:00
commit 78097a2c5a
41 changed files with 867 additions and 193 deletions

View file

@ -575,6 +575,15 @@ html, body {
padding: 9px 20px;
}
.info-box .info-head {
font-weight: normal;
}
.info-box .info-content a,
.info-box .info-head a {
color: #666;
}
.file-list {
background-color: #fafafa;
}

View file

@ -105,7 +105,7 @@
.markdown > pre {
line-height: 1.6;
overflow: auto;
background: #fff;
background: #f8f8f8;
padding: 6px 10px;
border: 1px solid #ddd;
}