Update stylesheet for code and images
This commit is contained in:
parent
ae83f65188
commit
787b2f9931
@ -80,6 +80,21 @@ img {
|
||||
vertical-align : middle;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color : #3C3C3C;
|
||||
border-color : #3D3D3D;
|
||||
border-radius : 4px;
|
||||
color : #ECECEC;
|
||||
display : block;
|
||||
font-size : 13px;
|
||||
line-height : 1.42857143;
|
||||
margin : 0 0 10px;
|
||||
overflow : auto;
|
||||
padding : 9.5px;
|
||||
word-break : break-all;
|
||||
word-wrap : break-word;
|
||||
}
|
||||
|
||||
.content {
|
||||
font-size : 14px;
|
||||
margin-left : 30%;
|
||||
@ -87,6 +102,14 @@ img {
|
||||
margin-top : 1.5em;
|
||||
}
|
||||
|
||||
.content img {
|
||||
border : 0px;
|
||||
display : block;
|
||||
margin : auto;
|
||||
vertical-align : middle;
|
||||
text-align : center;
|
||||
}
|
||||
|
||||
.content li {
|
||||
list-style-type : square;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user