summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorCedric Spindler <cedric.spindler@gmail.com>2019-09-04 11:37:24 +0200
committerCedric Spindler <cedric.spindler@gmail.com>2019-09-04 11:37:24 +0200
commit4c436406728a374fd4b0205e7f6f6a6b17d6f985 (patch)
treee46f9556b353f4fa679e00e35bc06ab8740309ca /css
parent119db4f8f14ac9b9fa963d7230377e0ed1ab84f9 (diff)
Implement half with table style
Diffstat (limited to 'css')
-rwxr-xr-xcss/local.css7
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;
+}