aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-06-08 10:54:01 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-06-08 10:54:01 +0200
commit6bab41791269c72c7913417e735d06e3e6bf6b56 (patch)
tree644e00931f81d0d96a67b5912598709d755a7bfb /src
parenta4d0141122293afc0468eeb2b1310493dff4c8a5 (diff)
downloadsebastiano.tronto.net-6bab41791269c72c7913417e735d06e3e6bf6b56.tar.gz
sebastiano.tronto.net-6bab41791269c72c7913417e735d06e3e6bf6b56.zip
Added padding for inline code
Diffstat (limited to 'src')
-rw-r--r--src/style-2.css (renamed from src/style-1.css)4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/style-1.css b/src/style-2.css
index d40758f..eac9620 100644
--- a/src/style-1.css
+++ b/src/style-2.css
@@ -32,11 +32,13 @@ img {
32 max-width: 100%; 32 max-width: 100%;
33} 33}
34 34
35pre, code { 35code {
36 background-color: #eeeeee; 36 background-color: #eeeeee;
37 padding: 2px;
37} 38}
38 39
39pre { 40pre {
41 background-color: #eeeeee;
40 border: 2px solid; 42 border: 2px solid;
41 padding: 6px; 43 padding: 6px;
42} 44}

Generated with cgit - Back to sebastiano.tronto.net