/eclipse-plugin/plugins/com.google.test.metric.eclipse.core/te-report/te.css
http://testability-explorer.googlecode.com/ · CSS · 50 lines · 43 code · 7 blank · 0 comment · 0 complexity · 2abb5fd94af2f2b1fd28cd153f908db4 MD5 · raw file
- .source {
- font-size: 12px;
- border: thin solid #000000;
- width: 100%;
- }
-
- .ln {
- background-color: #CCCCCC;
- text-align: right;
- padding-left: 3px;
- padding-right: 3px;
- width: 50;
- border-right: thin solid #000000;
- }
- .head {
- background-color: #CCCCCC;
- padding-left: 3px;
- padding-right: 3px;
- width: 50;
- font-weight:bold;
- border-right: thin solid #000000;
- border-bottom: thin solid #000000
- }
-
- .code {
- padding-right: 3px;
- padding-left: 3px;
- border-right: thin solid #000000;
- }
-
- .score, .summary, .metric {
- padding-right: 3px;
- padding-left: 3px;
- width: 100;
- border-right: thin solid #000000;
- }
-
- .summary {
- font-weight:bold;
- font-style:italic;
- }
- .metric {
- font-weight:bold;
- }
- .implicit {
- font-style:italic;
- }