klandr-server/static/klandringer.css

27 lines
270 B
CSS
Raw Permalink Normal View History

2016-09-17 02:08:42 +00:00
h2,h3,h4,p {
font-family: sans-serif;
margin-left: 5px;
2016-09-19 13:57:15 +00:00
margin-bottom: 0px;
}
h3 {
font-size: 1.30em;
2016-09-17 02:08:42 +00:00
}
h4 {
2016-09-19 13:57:15 +00:00
font-size: 1.17em;
2016-09-17 02:08:42 +00:00
}
p {
max-width: 600px;
margin-left: 15px;
}
table {
margin-left: 30px;
}
td {
text-align: center;
}