Sha256: 097405f3e9c3bd5cc7106b45993186200c10d2eea5bda4d638eb97817366853d

Contents?: true

Size: 234 Bytes

Versions: 10

Compression:

Stored size: 234 Bytes

Contents

$odd: #3f3f3f;
$header: #2f2f2f;
$border: #333;

table, th, td {
  border-bottom: 1px solid $border;
  border-collapse: collapse;
  padding: 5px;
}

th {
  background-color: $header;
}

tr:nth-child(odd) {
  background-color: $odd;
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
askclass-news-theme-0.2.7 _sass/_table.scss
askclass-news-theme-0.2.6 _sass/_table.scss
askclass-news-theme-0.2.5 _sass/_table.scss
askclass-news-theme-0.2.4 _sass/_table.scss
askclass-news-theme-0.2.3 _sass/_table.scss
askclass-news-theme-0.2.2 _sass/_table.scss
askclass-news-theme-0.2.1 _sass/_table.scss
askclass-news-theme-0.2.0 _sass/_table.scss
askclass-news-theme-0.1.1 _sass/_table.scss
askclass-news-theme-0.1.0 _sass/_table.scss