oddmuse-2013.css: small changes

This commit is contained in:
Alex Schroeder
2014-10-24 15:47:16 +02:00
parent 94a16bd463
commit 210a28afd4

View File

@@ -197,9 +197,17 @@ hr {
div.footer hr {
height:4px;
margin: 2em 0 1ex 0;
clear:both;
}
div.comment {
div.content > div.comment {
border-top: none;
padding-top: none;
border-left: 1ex solid #bbb;
padding-left: 1ex;
}
div.wrapper > div.comment {
border-top: 2px solid #000;
padding-top: 2em;
}
@@ -215,7 +223,3 @@ pre {
tt, pre, code {
font-size: 80%;
};
div.footer hr {
clear:both;
}