style for info index

This commit is contained in:
jomo
2014-06-16 00:48:45 +02:00
parent dcd5bfd1f2
commit 2564ea1aa6
2 changed files with 18 additions and 3 deletions

View File

@@ -269,6 +269,21 @@ span.no-about {
}
}
.info {
margin-top: 2em;
a {
border-bottom: 1px solid #ddd;
display: block;
padding: 1em;
&:hover {
background: #3f3f3f;
color: #fff
}
}
}
pre {
border-radius: 2px;
position: relative;