From 02f635ec8ccff7f4821d6e23204bdaa47ac45697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Sun, 1 Dec 2013 19:54:30 +0100 Subject: [PATCH] add pre style + bug first th:child (not in bold) --- Resources/assets/gumpy/sass/_custom.scss | 15 +++++++++++++++ Resources/public/css/gumby.css | 6 ++++++ 2 files changed, 21 insertions(+) diff --git a/Resources/assets/gumpy/sass/_custom.scss b/Resources/assets/gumpy/sass/_custom.scss index 3c2ecdfd4..9d581e412 100644 --- a/Resources/assets/gumpy/sass/_custom.scss +++ b/Resources/assets/gumpy/sass/_custom.scss @@ -7,3 +7,18 @@ h1,h2,h3,h4,h5,h6 { font-weight: $font-weight-title; } +table .striped, table.stripe { + background-color: $table-stripe-bgcolor; +} + +pre { + font-family: monospace; + font-weight: normal; +} + +table tr td:first-child { + + font-weight: normal; + +} + diff --git a/Resources/public/css/gumby.css b/Resources/public/css/gumby.css index 5225a270b..24a87ec7a 100644 --- a/Resources/public/css/gumby.css +++ b/Resources/public/css/gumby.css @@ -2609,3 +2609,9 @@ table.rounded thead th, table.rounded thead td, table.rounded caption + tbody tr .ie9 .radio.checked i, .ie9 .checkbox.checked i { top: 0; } h1, h2, h3, h4, h5, h6 { font-family: "Merriweather Sans"; font-weight: 600; } + +table .striped, table.stripe { background-color: #e5e5e5; } + +pre { font-family: monospace; font-weight: normal; } + +table tr td:first-child { font-weight: normal; }