Skip to content
Snippets Groups Projects
Commit 1a0e7a2e authored by Diomidis Spinellis's avatar Diomidis Spinellis
Browse files

Improve formatting of dl elements

parent 5d4b303b
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment