mirror of
https://github.com/aureliendavid/rsspreview.git
synced 2025-08-23 11:48:42 +00:00
Merge branch 'AlfredoRamos-fix-code-overflow'
This commit is contained in:
commit
dc31d5ce2c
16
preview.css
16
preview.css
@ -1,6 +1,11 @@
|
|||||||
html {
|
html {
|
||||||
font: 3mm tahoma,arial,helvetica,sans-serif;
|
font: 3mm tahoma,arial,helvetica,sans-serif;
|
||||||
background-color: rgb(240, 240, 240);
|
background-color: rgb(240, 240, 240);
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
*, *:before, *:after {
|
||||||
|
box-sizing: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -35,6 +40,17 @@ a[href] img {
|
|||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
word-wrap: break-word;
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
display: block;
|
||||||
|
overflow: auto;
|
||||||
|
white-space: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
#feedBody {
|
#feedBody {
|
||||||
border: 1px solid THreeDShadow;
|
border: 1px solid THreeDShadow;
|
||||||
padding: 3em;
|
padding: 3em;
|
||||||
|
Loading…
Reference in New Issue
Block a user