This commit is contained in:
parent
73b44bf5e9
commit
98732b5867
1 changed files with 9 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
|||
}
|
||||
blockquote {
|
||||
margin-left: 0;
|
||||
padding-left: 5px;
|
||||
padding-left: 10px;
|
||||
margin-right: 0px;
|
||||
color: gray;
|
||||
}
|
||||
|
@ -25,18 +25,22 @@
|
|||
<% } else { %>
|
||||
border-left: 3px solid white;
|
||||
<% } %>
|
||||
|
||||
}
|
||||
blockquote p {
|
||||
display: inline;
|
||||
}
|
||||
code {
|
||||
code, pre {
|
||||
font-family: "Source Code Pro";
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
border: 1px #111111 solid;
|
||||
background-color: #111111;
|
||||
border-radius: 5px;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
width: auto !important;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
hr {
|
||||
color: white;
|
||||
|
@ -59,6 +63,8 @@
|
|||
<% } %>
|
||||
}
|
||||
#post-content {
|
||||
word-wrap: break-word;
|
||||
white-space: normal;
|
||||
font-family: "Arial";
|
||||
}
|
||||
a {
|
||||
|
|
Loading…
Reference in a new issue