Newer
Older
www-root / surveyor.css
@hayashi hayashi on 24 Sep 2017 199 bytes table-> hello
h1 {
  font-style: italic;
}
p {
  padding-left: 40px;
}
.carto {
  padding-left: 40px;
}
table {
    border: 1px blue solid;
}
td.left {
  width: 50%;
}
#result table {
    border: 1px red solid;
}