Sha256: 9005fab2c7852f16c0d56e73c528db13455b0940b68b198241a3c2b9eda08668

Contents?: true

Size: 862 Bytes

Versions: 2

Compression:

Stored size: 862 Bytes

Contents

body {
    font-family: sans-serif;
    margin: 0;
    background-color: #efefef;
}

.clear {
    clear: both;
}

nav {
    background-color: #0081d3;
    color: white;
    padding: 1em;
}

h1, ul {
    margin: 0;
    font-size: 1em;
}

nav h1 {
    float: left;
}

nav ul {
    float: right;
}

nav li {
    display: inline;
    margin-left: 1em;
}

nav a {
    color: white;
}

#wrapper {
    padding: 1em;
}

.warning {
    background-color: white;
    padding: 1em;
    margin-bottom: 1em;
}

h2 {
    margin: 0;
    font-size: 1em;
}

.stack_trace .line {
    font-family: monospace;
}

.tag {
    font-size: 0.8em;
    background-color: #9EBABA;
    padding: 0.1em 0.3em;
}

details summary {
    font-size: 0.8em;
}

.code {
    padding-left: 1em;
}

.code pre {
    margin: 0;
}

.code pre:before {
    content: attr(data-line);
    margin-right: 1em;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tainted_love-0.1.5 tools/web/public/application.css
tainted_love-0.1.4 tools/web/public/application.css