aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-03-11 11:07:08 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-03-11 11:07:08 +0100
commita968c75aecc23d295aac36b3e55a19e7dc76d6df (patch)
tree2965f9b1afb76f21b9ffac332b7ef737a9bac634 /templates/base.html
parentb9a96b7c49177b2af2da09fb5893509a83299460 (diff)
downloadmitjafelicijan.com-a968c75aecc23d295aac36b3e55a19e7dc76d6df.tar.gz
Update to post
Diffstat (limited to 'templates/base.html')
-rwxr-xr-xtemplates/base.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 2b300a6..bb899f6 100755
--- a/templates/base.html
+++ b/templates/base.html
@@ -120,7 +120,15 @@
120 } 120 }
121 121
122 pre { margin-block-start: 1em; margin-block-end: 1em; } 122 pre { margin-block-start: 1em; margin-block-end: 1em; }
123 table { width: 100%; border: 1px solid gainsboro; border-collapse: separate; border-spacing: 0; } 123
124 table {
125 width: 100%;
126 border: 1px solid gainsboro;
127 border-collapse: separate;
128 border-spacing: 0;
129 word-break: break-all;
130 }
131
124 table th { border-bottom: 1px solid gainsboro; background: #efefef; } 132 table th { border-bottom: 1px solid gainsboro; background: #efefef; }
125 table td, table th { padding: 0.3em 0.8em; text-align: left; } 133 table td, table th { padding: 0.3em 0.8em; text-align: left; }
126 134