# HG changeset patch # User Chris Cannam # Date 1295451977 0 # Node ID 637d05516475012fde76c62209ac765bf81521ba # Parent bf38a7365edfa6d3634c11223558e36bdb429d9e Small improvements to stylesheet for projects table diff -r bf38a7365edf -r 637d05516475 public/themes/soundsoftware/stylesheets/application.css --- a/public/themes/soundsoftware/stylesheets/application.css Wed Jan 19 15:34:59 2011 +0000 +++ b/public/themes/soundsoftware/stylesheets/application.css Wed Jan 19 15:46:17 2011 +0000 @@ -69,6 +69,8 @@ table.projects th { text-align: left; } table.projects th.managers { color: #3e442c; } +table.projects .root .name { font-size: 1.2em; } +table.projects .root .description { padding-bottom: 0.5em; } table.projects .hosted_here { font-weight: bold; } table.projects .child .name { font-weight: normal; } table.projects .child .description { font-size: 0.95em; }