fixing table with css magic ;)
This commit is contained in:
7
web/style.css
Normal file
7
web/style.css
Normal file
@@ -0,0 +1,7 @@
|
||||
table, th, td {
|
||||
border: 1px solid;
|
||||
border-collapse: collapse;
|
||||
width: 50%;
|
||||
max-width: 600px;
|
||||
padding: 4px;
|
||||
}
|
||||
Reference in New Issue
Block a user