k |
k |
||
| Regel 7: | Regel 7: | ||
div#content a[href^="https://"], .link-https | div#content a[href^="https://"], .link-https | ||
| − | + | { | |
| − | background: center right no-repeat; padding-right: 5px; | + | background: center right no-repeat; |
| + | /* padding-right: 5px;*/ | ||
} | } | ||
Versie van 15 jun 2012 om 22:01
/* make the list of references look smaller and highlight clicked reference in blue */
ol.references { font-size: 80%; }
.references-small { font-size: 70%;}
ol.references > li:target { background-color: #ddeeff; }
sup.reference:target { background-color: #ddeeff; }
div#content a[href^="https://"], .link-https
{
background: center right no-repeat;
/* padding-right: 5px;*/
}