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-right: 0;
|
||||
}
|
||||
caption {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/**
|
||||
* Markup generated by theme_item_list().
|
||||
|
|
|
@ -37,6 +37,9 @@ tr {
|
|||
border-bottom: 1px solid #ccc;
|
||||
padding: 0.1em 0.6em;
|
||||
}
|
||||
caption {
|
||||
text-align: left; /* LTR */
|
||||
}
|
||||
|
||||
/**
|
||||
* Publishing status.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
/* ------------------ Reset Styles ------------------ */
|
||||
|
||||
caption,
|
||||
th,
|
||||
td {
|
||||
text-align: right;
|
||||
|
|
|
@ -134,10 +134,6 @@ a.button {
|
|||
|
||||
/* ------------------ Reset Styles ------------------ */
|
||||
|
||||
caption {
|
||||
text-align: left; /* LTR */
|
||||
font-weight: normal;
|
||||
}
|
||||
blockquote {
|
||||
background: #f7f7f7;
|
||||
border-left: 1px solid #bbb;
|
||||
|
|
Loading…
Reference in New Issue