summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/css/poole.css13
1 files changed, 7 insertions, 6 deletions
diff --git a/static/css/poole.css b/static/css/poole.css
index 5118626..125d4de 100644
--- a/static/css/poole.css
+++ b/static/css/poole.css
@@ -159,10 +159,11 @@ pre {
display: block;
overflow: auto;
margin: 0;
- padding: 0;
line-height: 1.4;
white-space: pre;
background-color: #fff;
+ padding: 14px;
+ border-radius: 14px;
}
pre code {
padding: 0;
@@ -172,11 +173,11 @@ pre code {
}
.highlight {
font-size: 90%;
- margin-bottom: 1rem;
- border-radius: 4px;
- border: 1px solid;
- border-color: #ddd #ddd #ccc;
- border-radius: 3px;
+ /*margin-bottom: 1rem;*/
+ /*border-radius: 4px;*/
+ /*border: 1px solid;*/
+ /*border-color: #ddd #ddd #ccc;*/
+ /*border-radius: 3px;*/
}
.highlight pre {
margin-bottom: 0;