Issue #1817996 by dead_arm: Added sane default styles for table <caption>.

8.0.x
catch 2012-11-06 16:47:12 +00:00
parent 5e705b891f
commit b51ca44710
4 changed files with 6 additions and 5 deletions

View File

@ -12,6 +12,9 @@ th {
padding-left: 1em; padding-left: 1em;
padding-right: 0; padding-right: 0;
} }
caption {
text-align: right;
}
/** /**
* Markup generated by theme_item_list(). * Markup generated by theme_item_list().

View File

@ -37,6 +37,9 @@ tr {
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
padding: 0.1em 0.6em; padding: 0.1em 0.6em;
} }
caption {
text-align: left; /* LTR */
}
/** /**
* Publishing status. * Publishing status.

View File

@ -1,6 +1,5 @@
/* ------------------ Reset Styles ------------------ */ /* ------------------ Reset Styles ------------------ */
caption,
th, th,
td { td {
text-align: right; text-align: right;

View File

@ -134,10 +134,6 @@ a.button {
/* ------------------ Reset Styles ------------------ */ /* ------------------ Reset Styles ------------------ */
caption {
text-align: left; /* LTR */
font-weight: normal;
}
blockquote { blockquote {
background: #f7f7f7; background: #f7f7f7;
border-left: 1px solid #bbb; border-left: 1px solid #bbb;