cooperative-software-develo.../style.css

10 lines
126 B
CSS
Raw Normal View History

2017-04-16 20:59:49 +02:00
body {
max-width: 800px;
padding: 3em;
margin-left: auto;
margin-right: auto;
}
table.text-left td {
text-align: left;
}