diff options
author | Cedric Spindler <cedric.spindler@gmail.com> | 2019-09-04 11:37:24 +0200 |
---|---|---|
committer | Cedric Spindler <cedric.spindler@gmail.com> | 2019-09-04 11:37:24 +0200 |
commit | 4c436406728a374fd4b0205e7f6f6a6b17d6f985 (patch) | |
tree | e46f9556b353f4fa679e00e35bc06ab8740309ca /css | |
parent | 119db4f8f14ac9b9fa963d7230377e0ed1ab84f9 (diff) |
Implement half with table style
Diffstat (limited to 'css')
-rwxr-xr-x | css/local.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/css/local.css b/css/local.css index 2c31056b..0857685f 100755 --- a/css/local.css +++ b/css/local.css @@ -9,3 +9,10 @@ .urlwordbreakall { word-break: break-all; } +table.half-width-img th { + width: 50%; +} +table.half-width-img th { + width: 100%; + height: auto; +} |