diff options
author | Cedric Spindler <cedric.spindler@gmail.com> | 2019-09-04 13:02:30 +0200 |
---|---|---|
committer | Cedric Spindler <cedric.spindler@gmail.com> | 2019-09-04 13:02:30 +0200 |
commit | 395520196359b114538af92d056d0734041199c1 (patch) | |
tree | e658595c2af98dc10d88840ec7793bf71b416f76 /css | |
parent | 5619cddcf01b786055cb08a45855cbc689b12238 (diff) |
Fix css copy-paste error
Diffstat (limited to 'css')
-rwxr-xr-x | css/local.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/local.css b/css/local.css index 0857685f..a0b99951 100755 --- a/css/local.css +++ b/css/local.css @@ -12,7 +12,7 @@ table.half-width-img th { width: 50%; } -table.half-width-img th { +table.half-width-img img { width: 100%; height: auto; } |