diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-01-26 18:27:10 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-01-26 18:27:10 +0000 |
commit | e51c20c4960937f1d1cdc92ae316f2652f07b39a (patch) | |
tree | a1ac6dc5190c5057a3cadf769ca306286b0a6c70 /public | |
parent | 190fef513feaeee9a4f72302690ba95d7d392c4b (diff) | |
download | redmine-e51c20c4960937f1d1cdc92ae316f2652f07b39a.tar.gz redmine-e51c20c4960937f1d1cdc92ae316f2652f07b39a.zip |
project settings tabs redesign
git-svn-id: http://redmine.rubyforge.org/svn/trunk@182 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index afe4eefd2..44cc3a207 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -336,6 +336,10 @@ table.with-cells td { border: 1px solid #d7d7d7;
}
+table.list td {
+ padding:2px;
+}
+
table.list thead th {
text-align: center;
background: #eee;
|