Update stylesheet for code and images
This commit is contained in:
parent
ae83f65188
commit
787b2f9931
@ -80,6 +80,21 @@ img {
|
|||||||
vertical-align : middle;
|
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 {
|
.content {
|
||||||
font-size : 14px;
|
font-size : 14px;
|
||||||
margin-left : 30%;
|
margin-left : 30%;
|
||||||
@ -87,6 +102,14 @@ img {
|
|||||||
margin-top : 1.5em;
|
margin-top : 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content img {
|
||||||
|
border : 0px;
|
||||||
|
display : block;
|
||||||
|
margin : auto;
|
||||||
|
vertical-align : middle;
|
||||||
|
text-align : center;
|
||||||
|
}
|
||||||
|
|
||||||
.content li {
|
.content li {
|
||||||
list-style-type : square;
|
list-style-type : square;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user