Conflicts:
	stylesheets/style.css
This commit is contained in:
czaks 2014-09-26 14:13:31 +02:00
commit 5b5f3984f0

View File

@ -527,6 +527,7 @@ pre {
vertical-align: top; vertical-align: top;
text-align:center; text-align:center;
font-weight:normal; font-weight:normal;
margin:2px;
padding: 2px; padding: 2px;
height:300px; height:300px;
width:205px; width:205px;
@ -535,6 +536,9 @@ pre {
font-size:11px; font-size:11px;
background: rgba(182, 182, 182, 0.12); background: rgba(182, 182, 182, 0.12);
border: 2px solid rgba(111, 111, 111, 0.34); border: 2px solid rgba(111, 111, 111, 0.34);
max-height:300px;
background: rgba(182, 182, 182, 0.12);
border: 2px solid rgba(111, 111, 111, 0.34);
} }
.theme-catalog div.thread strong { .theme-catalog div.thread strong {
display: block; display: block;