From b51ca447101866c284ce7a1506eac015be1085b4 Mon Sep 17 00:00:00 2001 From: catch Date: Tue, 6 Nov 2012 16:47:12 +0000 Subject: [PATCH] Issue #1817996 by dead_arm: Added sane default styles for table . --- core/modules/system/system.theme-rtl.css | 3 +++ core/modules/system/system.theme.css | 3 +++ core/themes/bartik/css/style-rtl.css | 1 - core/themes/bartik/css/style.css | 4 ---- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/core/modules/system/system.theme-rtl.css b/core/modules/system/system.theme-rtl.css index eaf351bbb7b..a8b5e0f39fd 100644 --- a/core/modules/system/system.theme-rtl.css +++ b/core/modules/system/system.theme-rtl.css @@ -12,6 +12,9 @@ th { padding-left: 1em; padding-right: 0; } +caption { + text-align: right; +} /** * Markup generated by theme_item_list(). diff --git a/core/modules/system/system.theme.css b/core/modules/system/system.theme.css index 61303d24ed7..ad901eacec3 100644 --- a/core/modules/system/system.theme.css +++ b/core/modules/system/system.theme.css @@ -37,6 +37,9 @@ tr { border-bottom: 1px solid #ccc; padding: 0.1em 0.6em; } +caption { + text-align: left; /* LTR */ +} /** * Publishing status. diff --git a/core/themes/bartik/css/style-rtl.css b/core/themes/bartik/css/style-rtl.css index d9eb3dc36fb..d95d66bc33c 100644 --- a/core/themes/bartik/css/style-rtl.css +++ b/core/themes/bartik/css/style-rtl.css @@ -1,6 +1,5 @@ /* ------------------ Reset Styles ------------------ */ -caption, th, td { text-align: right; diff --git a/core/themes/bartik/css/style.css b/core/themes/bartik/css/style.css index 20f91361ff1..94ac7751071 100644 --- a/core/themes/bartik/css/style.css +++ b/core/themes/bartik/css/style.css @@ -134,10 +134,6 @@ a.button { /* ------------------ Reset Styles ------------------ */ -caption { - text-align: left; /* LTR */ - font-weight: normal; -} blockquote { background: #f7f7f7; border-left: 1px solid #bbb;