forked from wezm/wezm.net
Add styling for blockquote
This commit is contained in:
parent
ea0282a1e1
commit
0628251b6b
1 changed files with 7 additions and 1 deletions
|
@ -8,7 +8,7 @@ body {
|
|||
/*p,li,div {
|
||||
font-size: 16px;
|
||||
}*/
|
||||
p,li {
|
||||
p,li,blockquote {
|
||||
line-height: 1.2;
|
||||
}
|
||||
p {
|
||||
|
@ -94,6 +94,12 @@ pre {
|
|||
font-size: 12px;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 2px solid #999;
|
||||
padding-left: 1em;
|
||||
margin: 0 0 1em 0;
|
||||
}
|
||||
|
||||
#header {
|
||||
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif;
|
||||
font-size: 18px;
|
||||
|
|
Loading…
Reference in a new issue