summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelwin Ong <selwin.ong@gmail.com>2019-01-23 20:27:06 +0700
committerSelwin Ong <selwin.ong@gmail.com>2019-01-23 20:27:06 +0700
commitfc8dd953777aaaa3f3fb84de279e5468bcc33823 (patch)
tree258b79a424f7d30039b511c3bbf7a11e13674057
parent7d6cccb65409d6de5ac910f861e87d1a812fdfd9 (diff)
downloadrq-fc8dd953777aaaa3f3fb84de279e5468bcc33823.tar.gz
Fixed CSS styles for code blocks.
-rw-r--r--docs/css/screen.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/css/screen.css b/docs/css/screen.css
index 212c4da..add7179 100644
--- a/docs/css/screen.css
+++ b/docs/css/screen.css
@@ -112,7 +112,7 @@ footer a
font-weight: 400;
}
-pre
+pre, pre.highlight
{
margin: 0 0 1em 1em;
padding: 1em 1.8em;