changed pre style
This commit is contained in:
parent
1837c62711
commit
c905b1e233
@ -130,12 +130,17 @@ dl {margin: 0 0 1.5em 0;}
|
|||||||
dt {font-weight: bold;}
|
dt {font-weight: bold;}
|
||||||
dd {margin-left: 1.5em;}
|
dd {margin-left: 1.5em;}
|
||||||
|
|
||||||
pre {background-color:#ffc;
|
pre {
|
||||||
|
background-color:#f5f5f5;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;}
|
font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
||||||
|
border-color: #e7e7e7;
|
||||||
|
border-width: thick;
|
||||||
|
border-style: solid;
|
||||||
|
}
|
||||||
|
|
||||||
/* Quotes */
|
/* Quotes */
|
||||||
blockquote {
|
blockquote {
|
||||||
|
Loading…
Reference in New Issue
Block a user