summaryrefslogtreecommitdiff
path: root/css/main.less
diff options
context:
space:
mode:
authortyil <p.spek@tyil.nl>2018-10-11 06:01:24 +0000
committertyil <p.spek@tyil.nl>2018-10-11 06:01:24 +0000
commit4961b882d1c905f4494efba77efa004b47c853a6 (patch)
treeca4f78d6294d9819644adf28954706e75788e137 /css/main.less
parente9365b34190c4a3c54385f963efcf56ecd705112 (diff)
parent5f931a9e6dc2b01da8ca26caedbcbbcc0fd5693a (diff)
Merge branch 'hackerrank-2' into 'master'
Hackerrank solutions: Python 3 and Perl 6 (part 2) See merge request tyil/blog!3
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;
}