浏览代码

Minor changes to stylesheet

Ricardo Garcia 15 年之前
父节点
当前提交
05703c8f9c
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      style.css

+ 6 - 0
style.css

@@ -16,10 +16,16 @@ h1 {
 	text-align: center;
 	border: 1px solid #dddddd;
 	background: #eeeeee;
+	margin-bottom: 3ex;
 }
 h2 {
+	margin-top: 2ex;
 	color: #006699;
 }
+p {
+	margin-left: 5%;
+	margin-right: 5%;
+}
 tt {
 	background: #dddddd;
 }