Compare commits

...

2 Commits

Author SHA1 Message Date
577346d1f8 stretch table to fill width even if content smaller 2017-05-15 01:06:46 +02:00
3a3ac29cff hide .git* folders/files 2017-05-15 01:05:55 +02:00
2 changed files with 2 additions and 0 deletions

1
.htaccess Normal file
View File

@@ -0,0 +1 @@
RedirectMatch 404 /\.git

View File

@@ -172,6 +172,7 @@ function immo_show($db) {
<style type="text/css">
table {
border-collapse: collapse;
width: 100%;
}
table, th, td {
border: 1px solid orange;