summaryrefslogtreecommitdiff
path: root/css/main.less
diff options
context:
space:
mode:
Diffstat (limited to 'css/main.less')
-rw-r--r--css/main.less18
1 files changed, 14 insertions, 4 deletions
diff --git a/css/main.less b/css/main.less
index af1605f..4a5019c 100644
--- a/css/main.less
+++ b/css/main.less
@@ -32,18 +32,28 @@ table {
width: 100%;
}
-figure.highlight pre, pre.pygments {
+figure.highlight {
border: 2px solid @blockBorderColor;
- padding: 8px;
+ background-color: @blockBackgroundColor;
+
+ pre, pre.pygments {
+ margin: 0;
+ padding: 6px 6px;
+ }
+
+ .code-link {
+ border-top: 1px dotted @blockBorderColor;
+ padding: 3px 8px;
+ text-align: right;
+ }
}
code {
- background-color: @blockBackgroundColor;
padding: 2px;
}
div.container {
- max-width: 900px;
+ max-width: @mainWidth;
margin: 0 auto 0.5em auto;
padding-top: 1em;
}