Add some margin between the 'static' tag and the name

This commit is contained in:
Andreas Hocevar
2014-05-15 20:29:46 +02:00
parent d163f60e34
commit b348a4f8f9
+3
View File
@@ -183,6 +183,9 @@ li {
font-size: 0.8em; font-size: 0.8em;
padding: 2px 4px; padding: 2px 4px;
} }
span.type-signature.static {
margin-right: 3px;
}
.main .subsection-title { .main .subsection-title {
font-size: 15px; font-size: 15px;
margin-top: 30px; margin-top: 30px;