Sha256: 60eb926cb861d8053be7e0f55d66236447e668b019385de8abdc8a5748e990c3

Contents?: true

Size: 892 Bytes

Versions: 3

Compression:

Stored size: 892 Bytes

Contents

body {
  font-family: "Lucida Console", Monaco, monospace;
  padding-top: 20px;
  padding-bottom: 20px;
}

p {
  white-space: pre-wrap;
  margin: 0;
}

.fixed-top-right {
  position: fixed;
  top: 25px;
  right: 25px;
}

.settings-panel {
  margin-top: 50px;
  width: 320px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.highlight-list {
  margin-top: 5px;
}

.highlight-list span {
  cursor: pointer;
  margin-right: 5px;
  font-size: 12px;
}

.content-hover p:hover {
  background: #EEE;
}

.dl-horizontal dt {
  width: 320px;
  padding-right: 20px;
}

.dl-horizontal dd {
  margin-left: 320px;
}

.dl-hover dt:hover + dd, .dl-hover dd:hover {
  background: #EEE;
}

.script select.form-control {
  display: inline-block;
  width: 100px;
}

.divider {
  display: block;
  margin: 10px 0 20px;
  color: #a94442;
  border-bottom: 3px dashed #d9534f;
}

.highlight {
  background: #FFFF88;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tailog-0.4.2 app/assets/stylesheets/application.css
tailog-0.4.1 app/assets/stylesheets/application.css
tailog-0.4.0 app/assets/stylesheets/application.css