aboutsummaryrefslogtreecommitdiff
path: root/css/theme/night.css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2014-11-05 11:52:32 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2014-11-05 11:52:32 +0100
commitb09923551a0ba95fac3631f992793e44d71f474f (patch)
treee8ab2393e3bde4d082e78cb4d5a2accc61def855 /css/theme/night.css
parenta170ee898289d3d6218b247b9bff2cc584946ca8 (diff)
downloadfreenode-live-2017-presentation-b09923551a0ba95fac3631f992793e44d71f474f.tar
freenode-live-2017-presentation-b09923551a0ba95fac3631f992793e44d71f474f.tar.gz
theme updates, normalized spacing between block-level elements
Diffstat (limited to 'css/theme/night.css')
-rw-r--r--css/theme/night.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/css/theme/night.css b/css/theme/night.css
index 69dd224..f0f3623 100644
--- a/css/theme/night.css
+++ b/css/theme/night.css
@@ -59,7 +59,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 */
@@ -107,7 +107,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);
@@ -123,7 +123,7 @@ body {
display: block;
position: relative;
width: 90%;
- margin: 15px auto;
+ margin: 20px auto;
text-align: left;
font-size: 0.55em;
font-family: monospace;