diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-06-08 15:32:37 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-06-08 15:32:37 +0200 |
| commit | 98934e523c9d05823d7358018017fd880def9716 (patch) | |
| tree | b616428c7bdbc83081ed8e92852aba19e091e458 /src/style-3.css | |
| parent | 6bab41791269c72c7913417e735d06e3e6bf6b56 (diff) | |
| download | sebastiano.tronto.net-98934e523c9d05823d7358018017fd880def9716.tar.gz sebastiano.tronto.net-98934e523c9d05823d7358018017fd880def9716.zip | |
Added blog post. Fixed padding for code in pre.
Diffstat (limited to '')
| -rw-r--r-- | src/style-3.css (renamed from src/style-2.css) | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/style-2.css b/src/style-3.css index eac9620..fd4d31f 100644 --- a/src/style-2.css +++ b/src/style-3.css | |||
| @@ -34,7 +34,11 @@ img { | |||
| 34 | 34 | ||
| 35 | code { | 35 | code { |
| 36 | background-color: #eeeeee; | 36 | background-color: #eeeeee; |
| 37 | padding: 2px; | 37 | padding: 2px; |
| 38 | } | ||
| 39 | |||
| 40 | pre code { | ||
| 41 | padding: 0px; | ||
| 38 | } | 42 | } |
| 39 | 43 | ||
| 40 | pre { | 44 | pre { |
