softer look for code fragments in postings
This commit is contained in:
parent
36c55f047b
commit
e7171bb89a
|
@ -325,12 +325,12 @@ code {
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
display: block;
|
display: block;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
border: 1px solid #444;
|
|
||||||
background: #EEE;
|
background: #EEE;
|
||||||
color: #444;
|
color: #444;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
max-width: 640px;
|
max-width: 640px;
|
||||||
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
#panel {
|
#panel {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in a new issue