Sha256: 2079fd95c9044fdb3b4b71bd17d88496f4320592815d9231d9fba94d08437445

Contents?: true

Size: 1.12 KB

Versions: 4

Compression:

Stored size: 1.12 KB

Contents

body {
    padding:1em;
}

.container {
    width: 600px;
    margin: 0 auto;
}

pre {
    margin: 1em 0;
    padding: 0.8em 1em;
    background: #f9f9f9;
    border: 1px solid #ddd;
    font-family: monospace;
    font-size: 1.1em;
    line-height: 1.5em;
    color: #110000;
    overflow: auto;
}

ul, ol, dl {
    list-style-position: outside;
    margin-bottom: 1em;
}

ul li {
    margin: 0.5em 2em;
}

ol li {
    margin-left: 2em;
}

hr {
    border: 0;
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    margin-top: 2em;
    margin-bottom: 2em;
}

blockquote {
    border-top: 3px double #69c;
    border-bottom: 3px double #69c;
    padding: 5px;
    font-style: oblique;
    margin-left: 5%;
    margin-right: 5%;
}

.pagination {
    text-align: right;
    margin-top: 1em;
    font-weight: bold;
}

.diff {
    margin: 1em 0;
    font-family: monospace;
    border: 1px solid #ddd;
    background: #eee;
}

.diff .path {
    color: blue;
    padding: 1em;
    border-bottom: 1px solid #ddd;
}

.diff .line {
    padding-left: 1em;
}

.diff .added { 
    background: #dfd;
}

.diff .deleted { 
    background: #fdd;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
georgi-shinmun-0.3.1 example/assets/stylesheets/style.css
georgi-shinmun-0.3.2 example/assets/stylesheets/style.css
georgi-shinmun-0.3.3 example/assets/stylesheets/style.css
georgi-shinmun-0.3 example/assets/stylesheets/style.css