summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
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;
+}