Sha256: 07205d782d59bc18a83ce4aaef424da0536db6d3b1b38c7d4a0eb9bf8e0da2c1
Contents?: true
Size: 838 Bytes
Versions: 30
Compression:
Stored size: 838 Bytes
Contents
/* Fonts and colors */ body { font-family: sans-serif; } h1 a, h2 a { text-decoration: none; color: black; } h1 a:hover, h2 a:hover { text-decoration: underline; } div.header, div.footer { text-align: center; } #errors { border: red 1px solid; border-radius: 0.5rem; background-color: #f88; padding: 1rem; } /* * Simple horizontal layout based on a 20 4 20 4 20 grid */ div.container { max-width: 44rem; margin-left: auto; margin-right: auto; } div.sidebar { max-width: 20rem; display: inline-block; } div.content, div.sidebar { margin-bottom: 2rem; } @media(min-width: 68rem) { div.container { max-width: 68rem; } div.content { width: 44rem; float: left; } div.sidebar { margin-left: 4rem; } } div.footer { clear: both; } /* Admin tools */ .admintools { float: right; }
Version data entries
30 entries across 30 versions & 2 rubygems