aboutsummaryrefslogtreecommitdiff
path: root/www/style.css
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-09-06 18:00:40 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-09-06 18:00:40 +0200
commita125e69c8ce0a2764b1e50b2dad0a4fa9d141ef4 (patch)
tree71cef86f853f6cae109841cf5bb15bf1b412fdd2 /www/style.css
parent072c52f9a54144bc9a58cf2855d5b582f8ba7a1a (diff)
downloadnissy-a125e69c8ce0a2764b1e50b2dad0a4fa9d141ef4.tar.gz
nissy-a125e69c8ce0a2764b1e50b2dad0a4fa9d141ef4.zip
Symcoord version of nissy. Interesting idea, but performance are
actually slower. AT THIS STAGE NISSY IS NOT USABLE.
Diffstat (limited to '')
-rw-r--r--www/style-2.css (renamed from www/style.css)8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/style.css b/www/style-2.css
index 1487497..ec70635 100644
--- a/www/style.css
+++ b/www/style-2.css
@@ -32,11 +32,17 @@ 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;
38}
39
40pre code {
41 padding: 0px;
37} 42}
38 43
39pre { 44pre {
45 background-color: #eeeeee;
40 border: 2px solid; 46 border: 2px solid;
41 padding: 6px; 47 padding: 6px;
42} 48}

Generated with cgit - Back to sebastiano.tronto.net