mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-10 01:52:19 +00:00
css cleanup
This commit is contained in:
parent
b3dc10ef37
commit
f5349585df
2 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,7 @@ opacity: 1;
|
||||||
* Additional styling *
|
* Additional styling *
|
||||||
**********************************************/
|
**********************************************/
|
||||||
|
|
||||||
|
/* Fix for disjointed horizontal scrollbars */
|
||||||
.highlight div {
|
.highlight div {
|
||||||
overflow-x: visible;
|
overflow-x: visible;
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
<!-- cabin analytics -->
|
<!-- cabin analytics -->
|
||||||
<script async defer src="https://scripts.withcabin.com/hello.js"></script>
|
<script async defer src="https://scripts.withcabin.com/hello.js"></script>
|
||||||
|
|
||||||
|
<!-- syntax highlighting -->
|
||||||
{{ if (findRE "<pre" .Content 1) }}
|
{{ if (findRE "<pre" .Content 1) }}
|
||||||
{{ $syntax := resources.Get "css/torchlight.css" | minify }}
|
{{ $syntax := resources.Get "css/torchlight.css" | minify }}
|
||||||
<link href="{{ $syntax.RelPermalink }}" rel="stylesheet">
|
<link href="{{ $syntax.RelPermalink }}" rel="stylesheet">
|
||||||
|
|
Loading…
Reference in a new issue