Sha256: 5c35e89d928d08b11657dfdaed6dfe8684d7a4d8405aa55a13e9bc7da288cb41

Contents?: true

Size: 619 Bytes

Versions: 4

Compression:

Stored size: 619 Bytes

Contents

#listing {
  padding: 20px;
}

#listing h1 {
  margin-top: 0;
}

.table-wrapper {
  overflow: auto;
}

table {
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
  border: 1px solid #ddd;
  table-layout: fixed;
}

th, td {
  padding: 5px;
  border: 1px solid #ddd;
}

tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

th.new-tab {
  width: 6em;
}

th.type {
  width: 4em;
}

th.size {
  width: 6em;
}

th.modified {
  width: 12em;
}

span.icon {
  display: inline-block;
  margin-right: 0.2em;
  width: 1.4em;
  text-align: center;
}

a.default.top, a.default.parent {
  font-style: oblique;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
servel-0.8.0 lib/servel/templates/listing.css
servel-0.7.0 lib/servel/templates/listing.css
servel-0.6.0 lib/servel/templates/listing.css
servel-0.5.0 lib/servel/templates/listing.css