Compare commits

..

No commits in common. "23c8ebca73ac49c826434d40fd1e1fd2e3435957" and "7d750db1f8235c8231699c2da39c1075ac678841" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View File

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

View File

@ -1,6 +1,4 @@
pre { line-height: 125%; white-space: pre-wrap;
word-break: break-word;
overflow-wrap: break-word; }
pre { line-height: 125%; }
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; }