Improve formatting of dl elements
parent
5d4b303b2f
commit
1a0e7a2e60
|
@ -260,6 +260,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.reveal ol,
|
.reveal ol,
|
||||||
|
.reveal dl,
|
||||||
.reveal ul {
|
.reveal ul {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
|
@ -291,6 +292,14 @@ body {
|
||||||
margin-left: 40px;
|
margin-left: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.reveal dt {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.reveal dd {
|
||||||
|
margin-left: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
.reveal p {
|
.reveal p {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
|
|
Loading…
Reference in New Issue