homepage/format.css

29 lines
396 B
CSS
Raw Normal View History

2009-11-10 23:51:08 -07:00
p, li, dd {
text-align: justify;
}
body > p {
text-indent: 1.5em;
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
text-indent: 0;
}
h1, h2, h3, h4, h5, h6 {
font-family: "URW Gothic L", sans-serif;
}
pre {
margin: 1em 2em;
padding: 1em;
border: solid black 1px;
}
2009-11-13 17:09:22 -07:00
.figure {
float: right;
padding: 0.25em;
margin: 0.5em;
2009-11-13 17:09:22 -07:00
font-size: small;
border: solid black 1px;
2009-11-13 17:09:22 -07:00
}