Issue #1817996 by dead_arm: Added sane default styles for table <caption>.
parent
5e705b891f
commit
b51ca44710
|
@ -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().
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
/* ------------------ Reset Styles ------------------ */
|
/* ------------------ Reset Styles ------------------ */
|
||||||
|
|
||||||
caption,
|
|
||||||
th,
|
th,
|
||||||
td {
|
td {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue