Rollup merge of #33673 - GuillaumeGomez:fix-selected-item-style, r=steveklabnik

Fix selected item background style

r? @steveklabnik
This commit is contained in:
Manish Goregaokar 2016-05-18 14:07:45 +05:30
commit f91360f24e

View File

@ -640,6 +640,10 @@ span.since {
margin-right: 5px;
}
:target > code {
background: #FDFFD3;
}
/* Media Queries */
@media (max-width: 700px) {