1
0
Fork 0
forked from wezm/wezm.net

Add styling for blockquote

This commit is contained in:
Wesley Moore 2010-03-04 07:56:03 +11:00
parent ea0282a1e1
commit 0628251b6b

View file

@ -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;