cooperative-software-develo.../style.css
2020-07-10 11:40:51 -07:00

42 lines
No EOL
571 B
CSS

body {
max-width: 800px;
padding: 3em;
margin-left: auto;
margin-right: auto;
font-weight: 400;
font-family: "Palatino Linotype", "Georgia", sans-serif;
font-size: 12pt;
line-height: 1.75em;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-weight: 600;
margin-top: 2em;
}
strong, b {
font-weight: 600;
}
table.text-left td {
text-align: left;
}
.img-responsive, .embed-responsive {
margin-top: 2em;
}
p {
margin-top: 1.5em;
margin-bottom: 1.5em;
margin-right: 1.5em;
}
table p {
margin-top: 0em;
}
li {
margin-bottom: 0.5em;
}