theme updates, normalized spacing between block-level elements

This commit is contained in:
Hakim El Hattab
2014-11-05 11:52:32 +01:00
parent a170ee8982
commit b09923551a
13 changed files with 38 additions and 37 deletions

View File

@ -71,7 +71,7 @@ body {
* OTHER
*********************************************/
.reveal p {
margin-bottom: 10px;
margin: 20px 0;
line-height: 1.3; }
/* Ensure certain elements are never larger than the slide itself */
@ -119,7 +119,7 @@ body {
display: block;
position: relative;
width: 70%;
margin: 5px auto;
margin: 20px auto;
padding: 5px;
font-style: italic;
background: rgba(255, 255, 255, 0.05);
@ -135,7 +135,7 @@ body {
display: block;
position: relative;
width: 90%;
margin: 15px auto;
margin: 20px auto;
text-align: left;
font-size: 0.55em;
font-family: monospace;