better names distinction

noformnocontent 2013-02-12 14:41:39 -08:00
parent 7856e65460
commit 7659384080

@ -81,6 +81,19 @@ Better readability on big resolutions screens (css)
ol li .message { ol li .message {
font-size: 1.5em; font-size: 1.5em;
} }
/* better names distinction */
ol li .message a.name {
background: #f5f5f5;
border: 1px solid #ccc;
border-radius: 3px;
font-size: .8em;
font-weight: normal;
padding: 1px 2px;
}
ol li:hover .message a.name {
background: #efefef;
}
``` ```
<h2 id="tmp-conv"><a href="#tmp-conv">Add converted temperature</a></h2> <h2 id="tmp-conv"><a href="#tmp-conv">Add converted temperature</a></h2>