mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
bootstrap: Remove pre styles.
Happily, every last CSS property in these styles is already described for the places <pre> appears in the Zulip UI: 1. In rendered message markdown 2. In the compose preview 3. In the information overlay (Message formatting)
This commit is contained in:
26
web/third/bootstrap/css/bootstrap.app.css
vendored
26
web/third/bootstrap/css/bootstrap.app.css
vendored
@@ -121,32 +121,6 @@ hr {
|
|||||||
border-top: 1px solid #eeeeee;
|
border-top: 1px solid #eeeeee;
|
||||||
border-bottom: 1px solid #ffffff;
|
border-bottom: 1px solid #ffffff;
|
||||||
}
|
}
|
||||||
pre {
|
|
||||||
padding: 0 3px 2px;
|
|
||||||
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
|
|
||||||
font-size: 12px;
|
|
||||||
color: #333333;
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
border-radius: 3px;
|
|
||||||
}
|
|
||||||
pre {
|
|
||||||
display: block;
|
|
||||||
padding: 9.5px;
|
|
||||||
margin: 0 0 10px;
|
|
||||||
font-size: 13px;
|
|
||||||
line-height: 20px;
|
|
||||||
word-break: break-all;
|
|
||||||
word-wrap: break-word;
|
|
||||||
white-space: pre;
|
|
||||||
white-space: pre-wrap;
|
|
||||||
background-color: #f5f5f5;
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
||||||
-webkit-border-radius: 4px;
|
|
||||||
-moz-border-radius: 4px;
|
|
||||||
border-radius: 4px;
|
|
||||||
}
|
|
||||||
form {
|
form {
|
||||||
margin: 0 0 20px;
|
margin: 0 0 20px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user