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

16 lines
159 B
CSS
Raw Normal View History

2015-07-15 14:14:29 +03:00
html {
max-width:80%;
margin:auto;
}
2015-07-16 14:46:01 +03:00
.table {
width:auto;
max-width:auto;
float:left;
margin:2em;
2015-07-16 14:46:01 +03:00
}
th, td{
text-align:center;
}