markdown_presenter 0.5.6 → 0.5.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/presenter.html.haml +3 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bda859ef831ae64cf8677cbe10e52739a14cb424
4
- data.tar.gz: 3e01651fb2dc647ff29f67144909127c00557cad
3
+ metadata.gz: f41bf3cbda7d4f5d9c3d487b3666c281c0e2e972
4
+ data.tar.gz: f1b9b826e8b0d3a03178f5b441d37b97e45b7061
5
5
  SHA512:
6
- metadata.gz: 460f24c873c209f752d1dc4df60c88166b176eefdd54257981410c4c4bc55bbee0ddf9c5b7d9ce26b101aa73061e13c92fe1a34a166544747f6dc356e718fc0c
7
- data.tar.gz: 58854630b08bce791b407307ac7eb66e6a554683b69ea69d5b6f2ea4074187e3c4af5fcea78413864dadb58d298d57c8b9cb0a584d6b54883529dc5deda46667
6
+ metadata.gz: b2af2d7281302b089c24baedf390b80267f71ddbe68de2df728e55b4ec177c9a59503163062a8633333da474c995de1fba36f00d6810a00035f092769596eb04
7
+ data.tar.gz: 21619afcdd8c207813efe137d25c92ba6e32417f632dfdc5dc5eb09cfa9dd4396c05fd299346e0fd99ed44fdebb5828a15e7c90da9bdbe266aed099b92a097de
data/presenter.html.haml CHANGED
@@ -7,6 +7,7 @@
7
7
  %style= yield 'css/uikit.almost-flat.min.css'
8
8
  %script{type:'text/javascript'}= yield 'js/uikit.min.js'
9
9
  %link{href:'http://fonts.googleapis.com/css?family=Luckiest+Guy', rel:'stylesheet', type:'text/css'}
10
+ %link{href:'http://fonts.googleapis.com/css?family=Ubuntu', rel:'stylesheet', type:'text/css'}
10
11
 
11
12
  :css
12
13
  *, html, body { margin: 0; font-family: Ubuntu, Sans-serif;}
@@ -20,7 +21,8 @@
20
21
  code {font-size: 16px;}
21
22
  h1 {margin-bottom:25px; font-family: 'Luckiest Guy', Ubuntu;}
22
23
  h1 {border-bottom:1px dotted green;}
23
- h2 {margin-top:75px; background-color: #ded; padding:5px;}
24
+ h2 {margin-top:75px; background-color: #ddd; padding:1px 5px;}
25
+ h2, h3, h4, h5, h6 {font-family: Ubuntu, Verdana;}
24
26
 
25
27
  %body
26
28
  .topbar
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markdown_presenter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.6
4
+ version: 0.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthieu Tanguay-Carel