611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
|
@ /* The label/value pairs on (for example) the ci page */
@ table.label-value th {
@ vertical-align: top;
@ text-align: right;
@ padding: 0.2ex 2ex;
@ }
@
@ /* .activity-* are for the /activity views */
@ .activity-graph-line {
@ background-color: #446979;
@ }
@ .activity-table-commits-by-month th {
@ padding: 0 1em 0 1em;
@ }
@ .activity-table-commits-by-month td {
@ padding: 0.1em 1em 0.1em 1em;
@ }
@ /* row0 and row1 are for alternating table row colors */
@ tr.row0 {
@ background: #fff;
@ }
@ tr.row1 {
@ background-color: #dadada;
|
|
|
|
|
>
>
>
|
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
|
@ /* The label/value pairs on (for example) the ci page */
@ table.label-value th {
@ vertical-align: top;
@ text-align: right;
@ padding: 0.2ex 2ex;
@ }
@
@ /* .statistics-report-* are for the /stats_report views */
@ .statistics-report-graph-line {
@ background-color: #446979;
@ }
@ .statistics-report-table-events th {
@ padding: 0 1em 0 1em;
@ }
@ .statistics-report-table-events td {
@ padding: 0.1em 1em 0.1em 1em;
@ }
@ .statistics-report-row-year {
@ text-align: left;
@ }
@ /* row0 and row1 are for alternating table row colors */
@ tr.row0 {
@ background: #fff;
@ }
@ tr.row1 {
@ background-color: #dadada;
|