Compare commits
2
Commits
7d750db1f8
...
23c8ebca73
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
23c8ebca73 | ||
|
|
3ae43c84e7 |
@@ -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 {
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user