This commit is contained in:
czaks 2014-10-05 22:18:04 +02:00
commit 64df5ae77c

View File

@ -8,10 +8,6 @@ body {
padding-right: 4px; padding-right: 4px;
} }
table * {
margin: 1px;
}
a,a:visited { a,a:visited {
text-decoration: underline; text-decoration: underline;
color: #34345C; color: #34345C;
@ -289,6 +285,7 @@ div.post.reply {
border-style: none solid solid none; border-style: none solid solid none;
border-color: #B7C5D9; border-color: #B7C5D9;
display: inline-block; display: inline-block;
max-width: 94%!important;
} }
span.trip { span.trip {
@ -893,16 +890,21 @@ div.thread:hover {
cursor: pointer; cursor: pointer;
} }
code > pre { pre {
/* Better code tags */ /* Better code tags */
background:black;
max-width:inherit; max-width:inherit;
word-wrap:normal;
overflow:auto;
display: block!important;
font-size:9pt;
font-family:monospace;
} }
code > pre > span.pln { span.pln {
color: grey; color:grey;
} }
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
p.intro { p.intro {
clear: none; clear: none;