diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2006-12-25 10:53:15 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2006-12-25 10:53:15 +0000 |
commit | 2ac30707d2e3203ccdb8326f9babe2c5f35ee951 (patch) | |
tree | c85df7934479a2033b80b88361718e499ce5bcfb /public/stylesheets | |
parent | 58a36e3604372e0ade54b3e12f2bc29f4b729f3b (diff) | |
download | redmine-2ac30707d2e3203ccdb8326f9babe2c5f35ee951.tar.gz redmine-2ac30707d2e3203ccdb8326f9babe2c5f35ee951.zip |
updated the appearance of table headers
git-svn-id: http://redmine.rubyforge.org/svn/trunk@113 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/application.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 194be1991..2d3ce9e31 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -266,6 +266,7 @@ table.list thead th { text-align: center;
background: #eee;
border: 1px solid #d7d7d7;
+ color: #777;
}
table.list tbody th {
|