Mercurial > hg > soundsoftware-site
comparison public/stylesheets/.svn/text-base/application.css.svn-base @ 246:eeebe205a056 cannam
* Merge from default branch, bringing us up to SVN trunk rev 4993
author | Chris Cannam |
---|---|
date | Thu, 03 Mar 2011 12:02:03 +0000 |
parents | cd2282d2aa55 051f544170fe |
children | 753f1380d6bc |
comparison
equal
deleted
inserted
replaced
138:fca2657f4aa5 | 246:eeebe205a056 |
---|---|
670 | 670 |
671 /***** Diff *****/ | 671 /***** Diff *****/ |
672 .diff_out { background: #fcc; } | 672 .diff_out { background: #fcc; } |
673 .diff_in { background: #cfc; } | 673 .diff_in { background: #cfc; } |
674 | 674 |
675 .text-diff { | |
676 padding: 1em; | |
677 background-color:#f6f6f6; | |
678 color:#505050; | |
679 border: 1px solid #e4e4e4; | |
680 } | |
681 | |
675 /***** Wiki *****/ | 682 /***** Wiki *****/ |
676 div.wiki table { | 683 div.wiki table { |
677 border: 1px solid #505050; | 684 border: 1px solid #505050; |
678 border-collapse: collapse; | 685 border-collapse: collapse; |
679 margin-bottom: 1em; | 686 margin-bottom: 1em; |
781 text-align: center; | 788 text-align: center; |
782 overflow: hidden; | 789 overflow: hidden; |
783 } | 790 } |
784 | 791 |
785 .gantt_subjects { font-size: 0.8em; } | 792 .gantt_subjects { font-size: 0.8em; } |
793 .gantt_subjects div { line-height:1.2em;height:16px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis; } | |
786 | 794 |
787 .task { | 795 .task { |
788 position: absolute; | 796 position: absolute; |
789 height:8px; | 797 height:8px; |
790 font-size:0.8em; | 798 font-size:0.8em; |