Skip to content
Snippets Groups Projects
Commit 60a846a1 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #932754 by Jeff Burnz: tables with headers in tbody as opposed to thead need to be styled.

parent a0b2c8e3
No related branches found
No related tags found
No related merge requests found
......@@ -118,10 +118,11 @@ a.feed-icon {
/* ------------------ Table Styles ------------------ */
table {
border: 0;
border-spacing: 0;
width: 100%;
margin: 10px 0;
font-size: 0.857em;
margin: 10px 0;
width: 100%;
}
table table {
font-size: 1em;
......@@ -134,12 +135,15 @@ table tr th {
background: rgba(0, 0, 0, 0.51);
border-bottom-style: none;
}
table thead tr th,
table thead tr th a,
table thead tr th a:hover {
table tr th,
table tr th a,
table tr th a:hover {
color: #FFF;
font-weight: bold;
}
table tbody tr th {
vertical-align: top;
}
tr td,
tr th {
padding: 4px 9px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment