make the table padding smaller

10px waist a bit too much space
This commit is contained in:
Andreas Zweili 2017-12-27 18:49:04 +01:00
parent 24d066a2de
commit b2794f3ab5
2 changed files with 2 additions and 2 deletions

View File

@ -601,7 +601,7 @@ Add a padding around the table content.
#+BEGIN_SRC css :tangle ../inventory/static/css/inventory.css
th, td {
padding: 10px;
padding: 5px;
}
#+END_SRC

View File

@ -14,7 +14,7 @@ th {
}
th, td {
padding: 10px;
padding: 5px;
}
code {