Sha256: 160376910ee218b7b70fa2d025912b70f3c679b7e3e33d373c1e80c18c96e7c7
Contents?: true
Size: 939 Bytes
Versions: 4
Compression:
Stored size: 939 Bytes
Contents
/** * "Yet Another Multicolumn Layout" - YAML CSS Framework * * screen stylesheet - layout example "custom grids" * * @copyright Copyright 2005-2012, Dirk Jesse * @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/), * YAML-CDL (http://www.yaml.de/license.html) * @link http://www.yaml.de */ @media screen { /* Basic Element Styling */ div.ym-gbox { margin-bottom: 21px; /* 1.5em - px value to reduce rounding errors in IE */ line-height: 19px; /* 1.3571em - px value to reduce rounding errors in IE */ background: rgb(240,220,220); background: rgba(128,0,0,.1); border: 1px #800 solid; text-align: center; } } @media screen and ( max-width: 759px ) { .ym-wrapper { width: auto; } .ym-gl, .ym-gr { margin:0; float: none; width: auto !important; position:static; } .ym-gbox { padding: 0; } }
Version data entries
4 entries across 4 versions & 1 rubygems