margin tweak to keep list delimiters inside of slide box when text is long (#116)

master
Hakim El Hattab 2012-08-15 22:46:57 -04:00
parent 0b548bfd5d
commit efc020c999
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ body {
display: inline-block;
text-align: left;
margin: 0 auto;
margin: 0 0 0 1em;
}
.reveal ol {