Compare commits

..

2 Commits

Author SHA1 Message Date
23c8ebca73 Updated CSS. 2025-02-03 00:08:17 +01:00
3ae43c84e7 Wrapped highlight.css 2025-02-03 00:07:33 +01:00
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,9 @@
margin: 0;
/*padding: 0;*/
box-sizing: border-box;
white-space: pre-wrap;
word-break: break-word;
overflow-wrap: break-word;
}
.gallery {

View File

@ -1,4 +1,6 @@
pre { line-height: 125%; }
pre { line-height: 125%; white-space: pre-wrap;
word-break: break-word;
overflow-wrap: break-word; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }