Mercurial > hg > soundsoftware-site
changeset 137:637d05516475 live
Small improvements to stylesheet for projects table
author | Chris Cannam |
---|---|
date | Wed, 19 Jan 2011 15:46:17 +0000 |
parents | bf38a7365edf |
children | ddcedb549d4e 09910262eb0b |
files | public/themes/soundsoftware/stylesheets/application.css |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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; }