aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2022-06-09 15:11:40 +0200
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2022-06-09 15:11:40 +0200
commit28c6b9090727cc7e9eda7c6a7d8cefdfc02ef6ce (patch)
treed4e1b5518024c6653a0b88f474ca09b723d938fc /src
parent98934e523c9d05823d7358018017fd880def9716 (diff)
downloadsebastiano.tronto.net-28c6b9090727cc7e9eda7c6a7d8cefdfc02ef6ce.tar.gz
sebastiano.tronto.net-28c6b9090727cc7e9eda7c6a7d8cefdfc02ef6ce.zip
Added overflow-x property to pre tag
Diffstat (limited to 'src')
-rw-r--r--src/style-4.css (renamed from src/style-3.css)1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/style-3.css b/src/style-4.css
index fd4d31f..67cc926 100644
--- a/src/style-3.css
+++ b/src/style-4.css
@@ -45,6 +45,7 @@ pre {
45 background-color: #eeeeee; 45 background-color: #eeeeee;
46 border: 2px solid; 46 border: 2px solid;
47 padding: 6px; 47 padding: 6px;
48 overflow-x: auto;
48} 49}
49 50
50#blob { 51#blob {

Generated with cgit - Back to sebastiano.tronto.net