Sha256: aa746639590715cf906730b416834a9ad4688b34bb1c2e1995ab29bbea33a859

Contents?: true

Size: 1.06 KB

Versions: 3

Compression:

Stored size: 1.06 KB

Contents

table {
  margin-top: 20px;
  border-collapse: collapse;
  border: 1px solid #666;
  background: #fff;
  margin-bottom: 20px;
}

table tr.light {
   background: #fff;
}

table tr.dark {
  background: #f9f9f9;
}

table tr:hover {
  background: #FFFFC0;
}

table td, table th {
  padding: 4px;
  font-size: 11px;
}
table th {
  text-align: center;
  color: #337022;
  background: #DDFFCC;
  font-weight: bold;
  border: #99D688 1px solid;
}

table td {
  border: #d0d0d0 1px solid;
}

table td.score {
  text-align: right;
}
table tfoot td {
  font-weight: bold;
}
table.sortable th {
  cursor: pointer;
}

.warning {
  background: yellow;
}
.rcov_code td {
  border-bottom: 1px solid #ddd ;
  padding: 0;
  margin: 0;
}
.rcov_code tr {
  border: 0px;
  padding:0px;
  margin: 0px;
}
.rcov_code pre {
  border: 0px;
  padding: 0px;
  margin: 0px;
}
.rcov_run {}
.rcov_not_run {
  background-color: #d88;
}
.rcov_run a, .rcov_not_run a {
  text-decoration: none;
}
.rcov_run a {
  color: #333;
}
.rcov_not_run a {
  color: #000;
}
.rcov_overflow {
  overflow: auto;
  font-size: 50%;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
iain-metric_fu-0.1.0 lib/templates/awesome/css/default.css
iain-metric_fu-0.1.1 lib/templates/awesome/css/default.css
iain-metric_fu-0.1.2 lib/templates/awesome/css/default.css