diff options
| -rw-r--r-- | src/style-4.css (renamed from src/style-3.css) | 1 | ||||
| -rw-r--r-- | top.html | 2 |
2 files changed, 2 insertions, 1 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 { |
| @@ -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-3.css"> | 6 | <link rel="stylesheet" type="text/css" href="/style-4.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> |
