diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-06-08 10:54:01 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-06-08 10:54:01 +0200 |
| commit | 6bab41791269c72c7913417e735d06e3e6bf6b56 (patch) | |
| tree | 644e00931f81d0d96a67b5912598709d755a7bfb | |
| parent | a4d0141122293afc0468eeb2b1310493dff4c8a5 (diff) | |
| download | sebastiano.tronto.net-6bab41791269c72c7913417e735d06e3e6bf6b56.tar.gz sebastiano.tronto.net-6bab41791269c72c7913417e735d06e3e6bf6b56.zip | |
Added padding for inline code
| -rw-r--r-- | src/style-2.css (renamed from src/style-1.css) | 4 | ||||
| -rw-r--r-- | top.html | 2 |
2 files changed, 4 insertions, 2 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 | ||
| 35 | pre, code { | 35 | code { |
| 36 | background-color: #eeeeee; | 36 | background-color: #eeeeee; |
| 37 | padding: 2px; | ||
| 37 | } | 38 | } |
| 38 | 39 | ||
| 39 | pre { | 40 | pre { |
| 41 | background-color: #eeeeee; | ||
| 40 | border: 2px solid; | 42 | border: 2px solid; |
| 41 | padding: 6px; | 43 | padding: 6px; |
| 42 | } | 44 | } |
| @@ -3,7 +3,7 @@ | |||
| 3 | <head> | 3 | <head> |
| 4 | <title> TITLE | Sebastiano Tronto </title> | 4 | <title> TITLE | Sebastiano Tronto </title> |
| 5 | <meta name="viewport" content="width=device-width" /> | 5 | <meta name="viewport" content="width=device-width" /> |
| 6 | <link rel="stylesheet" type="text/css" href="/style-1.css"> | 6 | <link rel="stylesheet" type="text/css" href="/style-2.css"> |
| 7 | <link rel="icon" href="/favicon.png"> | 7 | <link rel="icon" href="/favicon.png"> |
| 8 | <meta charset="utf-8"> | 8 | <meta charset="utf-8"> |
| 9 | </head> | 9 | </head> |
