Sha256: 5b47e93dfd090ae91dbcef33796df8a5dce5fc302ceefdd8878ff0fca015cb5f

Contents?: true

Size: 547 Bytes

Versions: 12

Compression:

Stored size: 547 Bytes

Contents

table {
  width: 100%;
  text-align: left;
}

table a {
  text-decoration: none;
}

table th {
  background: #242527;
  color: #FFF;
  padding: 6px;
}

table th a {
  color: #FFF!important;
  text-decoration: none;
}

table th a:hover {
  text-decoration: underline;
}

table td.right {
  text-align: right;
}

table tr.even {
  background: #FFF!important;
}

table tr.even:hover,
table tr.odd:hover {
  background: #E4E4E4!important;
}

table tr.odd {
  background: #F3F3F3;
}

table td {
  border: none;
  padding: 5px;
  vertical-align: top;
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
typus-3.1.10 app/assets/stylesheets/typus/tables.css
typus-3.1.9 app/assets/stylesheets/typus/tables.css
typus-3.1.8 app/assets/stylesheets/typus/tables.css
typus-3.1.7 app/assets/stylesheets/typus/tables.css
typus-3.1.6 app/assets/stylesheets/typus/tables.css
typus-3.1.5 app/assets/stylesheets/typus/tables.css
typus-3.1.4 app/assets/stylesheets/typus/tables.css
typus-3.1.3 app/assets/stylesheets/typus/tables.css
typus-3.1.2 app/assets/stylesheets/typus/tables.css
typus-3.1.1 app/assets/stylesheets/typus/tables.css
typus-3.1.0 app/assets/stylesheets/typus/tables.css
typus-3.1.0.rc19 app/assets/stylesheets/typus/tables.css