Fixed display errors

Signed-off-by: Valentin Popov <valentineus@gmail.com>
This commit is contained in:
Valentin Popov 2018-04-03 01:44:04 +00:00
parent 623d81186a
commit 18d265d4a1
2 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@
<!-- CSS --> <!-- CSS -->
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface" /> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface" />
<link rel="stylesheet" href="{{ "/assets/css/hyde.css" | relative_url }}" />
<link rel="stylesheet" href="{{ "/assets/css/poole.css" | relative_url }}" /> <link rel="stylesheet" href="{{ "/assets/css/poole.css" | relative_url }}" />
<link rel="stylesheet" href="{{ "/assets/css/syntax.css" | relative_url }}" /> <link rel="stylesheet" href="{{ "/assets/css/syntax.css" | relative_url }}" />
<link rel="stylesheet" href="{{ "/assets/css/hyde.css" | relative_url }}" />
<!-- Favicon --> <!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="{{ "/assets/apple-touch-icon.png" | relative_url }}" /> <link rel="apple-touch-icon" sizes="180x180" href="{{ "/assets/apple-touch-icon.png" | relative_url }}" />

View File

@ -135,8 +135,8 @@ pre {
margin-bottom: 1rem; margin-bottom: 1rem;
margin-top: 0; margin-top: 0;
padding: 1rem; padding: 1rem;
white-space: pre-wrap;
white-space: pre; white-space: pre;
white-space: pre-wrap;
word-break: break-all; word-break: break-all;
word-wrap: break-word; word-wrap: break-word;
} }