Improve formatting of dl elements

master
Diomidis Spinellis 2013-12-09 15:10:36 +02:00
parent 5d4b303b2f
commit 1a0e7a2e60
1 changed files with 9 additions and 0 deletions

View File

@ -260,6 +260,7 @@ body {
}
.reveal ol,
.reveal dl,
.reveal ul {
display: inline-block;
@ -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;