summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-29 17:50:51 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-29 17:50:51 -0400
commit107a1eadac72e610a9bcb68498751ca51ec8f51a (patch)
tree07830d247f89887882427c0bb910178bde4298ce /public
parent1f671e5d2900497e2c81e8123cc47fe7ca5ad371 (diff)
downloadgitea-107a1eadac72e610a9bcb68498751ca51ec8f51a.tar.gz
gitea-107a1eadac72e610a9bcb68498751ca51ec8f51a.zip
Finish close and reopen issue, install page, ready going to test stage of v0.2.0
Diffstat (limited to 'public')
-rwxr-xr-xpublic/css/gogs.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index d6c117c846..965c90962c 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -1197,13 +1197,13 @@ html, body {
line-height: 42px;
}
-#issue .issue-closed{
- border-bottom: 3px solid #CCC;
+#issue .issue-closed, #issue .issue-opened {
+ border-bottom: 2px solid #CCC;
margin-bottom: 24px;
padding-bottom: 24px;
}
-#issue .issue-closed .btn-danger,#issue .issue-opened .btn-success{
+#issue .issue-closed .label-danger,#issue .issue-opened .label-success{
margin: 0 .8em;
}