This repository has been archived on 2025-07-13. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
open-heraklion-bus/css/style.css
2015-07-17 19:53:56 +03:00

15 lines
159 B
CSS

html {
max-width:80%;
margin:auto;
}
.table {
width:auto;
max-width:auto;
float:left;
margin:2em;
}
th, td{
text-align:center;
}