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.
- checksums.yaml +4 -4
- data/presenter.html.haml +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4f5031fec7b44cb6945740deb04b5a7dd0f5b6a3
|
4
|
+
data.tar.gz: 4c411a05ef8f04713ad9ae17ccd4af6622f8851e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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:
|
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;}
|