files/reveal.js/css/theme/template/theme.scss in reveal-ck-0.6.2 vs files/reveal.js/css/theme/template/theme.scss in reveal-ck-3.0.0
- old
+ new
@@ -40,10 +40,11 @@
.reveal h6 {
margin: $headingMargin;
color: $headingColor;
font-family: $headingFont;
+ font-weight: $headingFontWeight;
line-height: $headingLineHeight;
letter-spacing: $headingLetterSpacing;
text-transform: $headingTextTransform;
text-shadow: $headingTextShadow;
@@ -64,11 +65,11 @@
/*********************************************
* OTHER
*********************************************/
.reveal p {
- margin-bottom: 10px;
+ margin: $blockMargin 0;
line-height: 1.3;
}
/* Ensure certain elements are never larger than the slide itself */
.reveal img,
@@ -134,11 +135,11 @@
.reveal blockquote {
display: block;
position: relative;
width: 70%;
- margin: 5px auto;
+ margin: $blockMargin auto;
padding: 5px;
font-style: italic;
background: rgba(255, 255, 255, 0.05);
box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
@@ -154,10 +155,10 @@
.reveal pre {
display: block;
position: relative;
width: 90%;
- margin: 15px auto;
+ margin: $blockMargin auto;
text-align: left;
font-size: 0.55em;
font-family: monospace;
line-height: 1.2em;