Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 87e6dd9

Browse files
author
Barrie Hadfield
committed
line numbers off, table borders off
1 parent 2620a57 commit 87e6dd9

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

config.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ def table_of_contents(resource)
100100

101101
set :markdown_engine, :redcarpet
102102

103-
set :markdown, :tables => true, :autolink => true,
104-
:gh_blockcode => true, :fenced_code_blocks => true,
105-
:smartypants => true, with_toc_data: true
103+
set :markdown, :tables => false, :autolink => true,
104+
:gh_blockcode => false, :fenced_code_blocks => true,
105+
:smartypants => false, with_toc_data: true

source/stylesheets/override.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}
33
.cm-s-default span.cm-arrow { color: red; }
44

5+
/*table.rouge-table.tr {
6+
background-color: blue;
7+
border: 0px;
8+
}*/
9+
10+
511
.page-header {
612
color: #fff;
713
text-align: left;
@@ -49,7 +55,7 @@ body {
4955
font-size: 0.9rem;
5056
color: #383e41;
5157
background-color: #f3f6fa;
52-
border-radius: 0.3rem; }
58+
border-radius: 0.0rem; }
5359
.main-content pre {
5460
padding: 0.8rem;
5561
margin-top: 0;
@@ -58,7 +64,7 @@ body {
5864
color: #567482;
5965
word-wrap: normal;
6066
background-color: #f3f6fa;
61-
border: solid 1px #dce6f0;
67+
border: solid 0px #dce6f0;
6268
border-radius: 0.3rem; }
6369
.main-content pre > code {
6470
padding: 0;

0 commit comments

Comments
 (0)