markdown_presenter 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/presenter.html.haml +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 898079e062332e4063aedad7ddae4381a87c86f4
4
- data.tar.gz: ae8da5f7fd1d8c3405bf84cbe5f1a3590e840612
3
+ metadata.gz: 4f5031fec7b44cb6945740deb04b5a7dd0f5b6a3
4
+ data.tar.gz: 4c411a05ef8f04713ad9ae17ccd4af6622f8851e
5
5
  SHA512:
6
- metadata.gz: ca059196abd7422c2cbda7a9cb35e3587e680ae8af14f55d626c6a70040697df123a9b3223fb5255e6077254c25cce1d6d661bf648d3b246bf13ad927ee83b80
7
- data.tar.gz: 9a9c59831f983c879fca76a91e4bc8fa4622a59fd1b935c887e2f8ccbadf8ebf1c4248b70ecfb150d080696f9e2bb5350c412dd981bcd519ca4c5a1e26da82f4
6
+ metadata.gz: 074997b5552451848f053eeddba44ab954dabebefb52d13915d677807c398b269c6b531d5390dd903dcaeea5e2f9318a3f62c42b2e61273a40d7eb4532148079
7
+ data.tar.gz: 6d1063256e8840a47e24a0c866d883d87b9ea5ad4b26e6abe777922ccb82bd7e522318f6f69771cd66d0362d917481f5f729a9261ef3918c28a6cb7f5d5abfc8
data/presenter.html.haml CHANGED
@@ -1,6 +1,6 @@
1
1
  !!!
2
- %title= title
3
2
  %head
3
+ %title= title
4
4
  %script{type:'text/javascript'}= yield 'js/jquery-1.10.2.min.js'
5
5
  %style= yield 'css/uikit.almost-flat.min.css'
6
6
  %script{type:'text/javascript'}= yield 'js/uikit.min.js'
@@ -10,7 +10,7 @@
10
10
  * { margin: 0; font-family: Ubuntu, Sans-serif;}
11
11
  html, body { height: 100%; }
12
12
  .topbar {height: 4em; text-align:right;}
13
- .slide {display:none; position:relative; padding:2px; margin-top:3em; font-size:150%; line-height:1.5em;}
13
+ .slide {display:none; position:relative; padding:5px; margin-top:3em; font-size:140%; line-height:1.5em;}
14
14
  .progress-indicator {display:inline-block; margin: 10px 10px 10px auto; padding:10px; background-color:#ccc; border-radius:6px; font-size:150%;}
15
15
  .progress-indicator a {font-weight:bold; font-size:110%; padding:0 10px;}
16
16
  .page-status {display:inline;}
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.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthieu Tanguay-Carel