Sha256: c99978b1814c72c189c3a3c6cca30a942ff74b68ed6dfa23ff2611308135b431
Contents?: true
Size: 957 Bytes
Versions: 4
Compression:
Stored size: 957 Bytes
Contents
/** * "Yet Another Multicolumn Layout" - YAML CSS Framework * * (en) Uniform design of standard content elements * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente * * @copyright © 2005-2013, 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 * @package yaml * @version 4.1.2 */ @media all { /* --- Lists | Listen -------------------------------------------------------------------------------- */ ul, ol, dl { margin-left: 0; margin-right: 1em; } li { margin-left: 0; margin-right: 0.8em; } dd { margin-left: 0; margin-right: 0.8em; } /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */ blockquote { margin-left: 0; margin-right: 1.5em; } }
Version data entries
4 entries across 4 versions & 1 rubygems