mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Hide overflow (with scroll) on long code blocks
Also, retab for consistency
This commit is contained in:
parent
50373de4ad
commit
b75992b648
5
xmpp.css
5
xmpp.css
@ -58,6 +58,7 @@ pre {
|
|||||||
background-color: #e0e9f2;
|
background-color: #e0e9f2;
|
||||||
padding: 0.4em;
|
padding: 0.4em;
|
||||||
border: 1px solid #369;
|
border: 1px solid #369;
|
||||||
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
ul {
|
ul {
|
||||||
list-style: disc outside;
|
list-style: disc outside;
|
||||||
@ -154,5 +155,5 @@ A:visited.pagehead {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.event {
|
.event {
|
||||||
color: #336699;
|
color: #336699;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user