Skip to content

Commit d7800c6

Browse files
committed
SinglePaged compressed-commit release version 3.0
- Works with Jekyll 3.0! (now used by github) - CSS Bug fixes
1 parent c619bb9 commit d7800c6

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

_config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ permalink: / ## disables post output
1111
timezone: null
1212
lsi: false
1313
markdown: kramdown
14-
highlighter: pygments
1514

1615

1716
### content configuration ###
@@ -33,4 +32,7 @@ colors:
3332
purple: '#c869bf'
3433
orange: '#fab125'
3534
turquoise: '#0fbfcf'
36-
35+
36+
kramdown:
37+
auto_ids: false
38+

_includes/css/base.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
================================================== */
5353
body {
5454
background: #fff;
55-
font: 14px/21px "Raleway" "HelveticaNeue-Light", Arial, sans-serif;
55+
font: 14px/21px "Raleway", "HelveticaNeue-Light", Arial, sans-serif;
5656
color: #444;
5757
-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
5858
-webkit-text-size-adjust: 100%;
@@ -267,26 +267,26 @@
267267
================================================== */
268268

269269

270-
.highlighttable {
270+
.highlight {
271271
color: #f8f8f2;
272272
table-layout: fixed;
273273
white-space: nowrap;
274274
width:90%;
275275
}
276276

277-
.highlighttable pre, .highlighttable code { display:block; margin:0; padding:0; background: none; overflow:auto; word-wrap: normal; }
277+
.highlight pre, .highlight code { display:block; margin:0; padding:0; background: none; overflow:auto; word-wrap: normal; }
278278

279279
.highlight, .linenodiv {
280280
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIHWPQ1dU1BgABzQC7XXMTYQAAAABJRU5ErkJggg==);
281281
display:block;
282282
padding: 10px;
283283
margin-bottom:20px;
284284
}
285-
.linenodiv, .lineno { color: #ccc; }
285+
.gutter, .lineno { color: #ccc; }
286286

287-
td.linenos { width: 40px; }
287+
td.gl { width: 40px; }
288288

289-
.linenodiv {
289+
.gutter {
290290
border-right: none;
291291
padding: 10px;
292292
text-align: right;
@@ -363,4 +363,4 @@ span.lineno {
363363
.gh { } /* Generic Heading & Diff Header */
364364
.gu { color: #75715e; } /* Generic.Subheading & Diff Unified/Comment? */
365365
.gd { color: #f92672; } /* Generic.Deleted & Diff Deleted */
366-
.gi { color: #a6e22e; } /* Generic.Inserted & Diff Inserted */
366+
.gi { color: #a6e22e; } /* Generic.Inserted & Diff Inserted */

_includes/css/main.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ html { box-sizing: border-box; }
3131
code, pre { font-family: Monaco, Menlo, Consolas, "Courier New", monospace; }
3232

3333
/* spesifically inline code */
34-
code {
34+
code, pre {
3535
background: rgba(255,255,255,0.2);
3636
display: inline;
3737
word-wrap: break-word;
@@ -47,7 +47,7 @@ pre {
4747
word-wrap: break-word;
4848
}
4949

50-
.highlighttable { margin:20px 5%; }
50+
.highlight { margin:20px 5%; }
5151

5252

5353
/* ----- base elements ----- */
@@ -135,7 +135,7 @@ nav ul {
135135
nav ul li {
136136
display:inline-block;
137137
border-top:{{navborder}}px solid;
138-
padding: {{navborder}}px 0;
138+
padding: {{navborder}}px;
139139
*display:inline;
140140
zoom:1;
141141
line-height:normal;

0 commit comments

Comments
 (0)