fixing small error in sidebar include code

This commit is contained in:
tomjohnson1492
2016-04-05 08:32:22 -07:00
parent 3b2241c958
commit 8100e01ecf
7 changed files with 22 additions and 5 deletions

View File

@ -148,10 +148,10 @@ table > tfoot > tr > td {
table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
text-transform: uppercase;
background-color: #444;
text-transform: none;
background-color: #777;
color: white;
text-align: center;
text-align: left;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
@ -1014,4 +1014,16 @@ li.sidebarTitle {
background-color: whitesmoke;
font-weight: bold;
color: black;
}
}
a code {
color: #248EC2;
}
code + a > code {
margin-left: -7px;
}
table th code {
color: white;
}