stylesheets/cyaml/screen/content.scss in cyaml-0.0.34 vs stylesheets/cyaml/screen/content.scss in cyaml-0.0.35

- old
+ new

@@ -223,48 +223,6 @@ margin-bottom: 0.15em; } .center { display: block; text-align: center; margin: 0.5em auto; } - /** - * ------------------------------------------------------------------------------------------------- # - * - * Tables | Tabellen - * - * (en) Generic classes for table-width and design definition - * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen - * - * @section content-tables - */ - table { - width: auto; - border-collapse: collapse; - margin-bottom: 0.5em; - border-top: 2px #888 solid; - border-bottom: 2px #888 solid; - caption { - font-variant: small-caps; } - &.full { - width: 100%; } - &.fixed { - table-layout: fixed; } } - th, td { - padding: 0.5em; } - thead th { - color: #000; - border-bottom: 2px #800 solid; } - tbody { - th { - background: #e0e0e0; - color: #333; - &[scope="row"], &.sub { - background: #f0f0f0; } - border-bottom: 1px solid #fff; - text-align: left; } - td { - border-bottom: 1px solid #eee; } - tr:hover { - th[scope="row"], tbody th.sub { - background: #f0e8e8; } - td { - background: #fff8f8; } } } }