Skip to content

Commit

Permalink
Improve formatting of dl elements
Browse files Browse the repository at this point in the history
  • Loading branch information
dspinellis committed Dec 10, 2013
1 parent 5d4b303 commit 1a0e7a2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions css/reveal.css
Expand Up @@ -260,6 +260,7 @@ body {
}

.reveal ol,
.reveal dl,
.reveal ul {
display: inline-block;

Expand Down Expand Up @@ -291,6 +292,14 @@ body {
margin-left: 40px;
}

.reveal dt {
font-weight: bold;
}

.reveal dd {
margin-left: 40px;
}

.reveal p {
margin-bottom: 10px;
line-height: 1.2em;
Expand Down

0 comments on commit 1a0e7a2

Please sign in to comment.