aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBlista Kanjo2021-11-30 05:57:22 -0500
committerBlista Kanjo2021-11-30 05:57:22 -0500
commit6db74d0b39761f082de3ed15b2adbd50d1ef91c1 (patch)
tree67164183110b356c6f01bac2349c8f1596f1aed2 /css
parentefb98a3dc321db79a564ef39c7058d545e0634b4 (diff)
modifications with pre styles
Diffstat (limited to 'css')
-rw-r--r--css/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 2d652ba..1fd16f4 100644
--- a/css/style.css
+++ b/css/style.css
@@ -108,6 +108,8 @@ pre {
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
+ resize: both;
+ overflow: auto;
}
table.centered {