summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-05-09 07:35:10 +0000
committerGo MAEDA <maeda@farend.jp>2019-05-09 07:35:10 +0000
commitbcc60805c97104f44a37b92321d7aa1e5c51b622 (patch)
treee1647a7c54f0ddfc41bb894f60c29957ddbe3b6b /public
parent464b7eecf63ad6dedc779bb26fe4781807c2cd74 (diff)
downloadredmine-bcc60805c97104f44a37b92321d7aa1e5c51b622.tar.gz
redmine-bcc60805c97104f44a37b92321d7aa1e5c51b622.zip
Code cleanup: Remove an extra closing brace from public/stylesheets/application.css
git-svn-id: http://svn.redmine.org/redmine/trunk@18144 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index b2a253cad..af34a8c88 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -345,7 +345,7 @@ table.list.enumerations {table-layout: fixed; margin-bottom: 2em;}
tr.group td { padding: 0.8em 0 0.5em 0.3em; border-bottom: 1px solid #ccc; text-align:left; background-color: #fff;}
tr.group span.count {top:-1px;}
-tr.group span.name {font-weight:bold;}}
+tr.group span.name {font-weight:bold;}
tr.group span.totals {color: #aaa; font-size: 80%;}
tr.group span.totals .value {font-weight:bold; color:#777;}
tr.group a.toggle-all { color: #aaa; font-size: 80%; display:none; float:right; margin-right:4px;}