mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 05:53:43 +00:00
Some proposed CSS fixes for divs from Allen.
(imported from commit 88dc527c67dacaca930b6dd38bfe3340134d726a)
This commit is contained in:
@@ -255,6 +255,19 @@ code {
|
|||||||
font-size: 0.857em;
|
font-size: 0.857em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.codehilite {
|
||||||
|
display: block !important;
|
||||||
|
border: none !important;
|
||||||
|
background: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.codehilite pre {
|
||||||
|
width: 100%;
|
||||||
|
margin-left: -5000px;
|
||||||
|
position: relative;
|
||||||
|
left: 5000px;
|
||||||
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
/* 12/14 em, so bootstrap's default 12 px,
|
/* 12/14 em, so bootstrap's default 12 px,
|
||||||
when body is the default 14 px */
|
when body is the default 14 px */
|
||||||
|
|||||||
Reference in New Issue
Block a user