8 9 10 11 12 13
8 9 10 11 12 13 14 15 16 17
border: 0; } +.sep { + color: #AAA; +} + /* Short statistic */ .short-stat dl {
59 60 61 62 63 64 65 66 67 68 69 70
63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
color: #999; } - table.account-overview td .status { + table.account-overview td.label.top { + vertical-align: top; + } + + table.account-overview td .status, + table.repos-table td .status { padding-left: 1.75em; background: url(../images/i_error_light.gif) 0 0 no-repeat; } - table.account-overview td .status.active { + table.account-overview td .status.active, + table.repos-table td .status.success { padding-left: 1.75em; background: url(../images/i-yes.gif) 0 0 no-repeat; }