Give <code>s some emphasis.

This commit is contained in:
Nicolas Stepien 2012-06-16 17:51:46 +02:00
parent 60c5a5a31d
commit 6b88b14c7d
2 changed files with 10 additions and 0 deletions

View File

@ -4735,6 +4735,11 @@ body.unscroll {\
#options article li {\
margin: 10px 0 10px 2em;\
}\
#options code {\
background: hsla(0, 0%, 100%, .5);\
color: #000;\
padding: 0 1px;\
}\
#options label {\
text-decoration: underline;\
}\

View File

@ -3675,6 +3675,11 @@ body.unscroll {
#options article li {
margin: 10px 0 10px 2em;
}
#options code {
background: hsla(0, 0%, 100%, .5);
color: #000;
padding: 0 1px;
}
#options label {
text-decoration: underline;
}