1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

basic PR feature

This commit is contained in:
Unknwon
2015-09-02 09:26:56 -04:00
parent 6ea28f2a47
commit 953bb06857
15 changed files with 387 additions and 94 deletions

View File

@@ -114,6 +114,10 @@ pre {
&.green {
color: #6cc644!important;
}
&.purple {
color: #6e5494!important;
}
&.left {
text-align: left!important;
}