浏览代码

Improve formatting of dl elements

Diomidis Spinellis 11 年之前
父节点
当前提交
1a0e7a2e60
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      css/reveal.css

+ 9 - 0
css/reveal.css

@@ -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;