浏览代码

Add info to style_chmduquesne.css

Add references to the css stylesheet which mention what the
corresponding variables are called in the ConTeXt version.
Mark Szepieniec 10 年之前
父节点
当前提交
a1017d016f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      style_chmduquesne.css

+ 2 - 0
style_chmduquesne.css

@@ -32,6 +32,7 @@ h1:hover {
 
 /* Titles of categories */
 h2 {
+    /* This is called "sectioncolor" in the ConTeXt stylesheet. */
     color: #397249;
 }
 /* There is a bar just before each category */
@@ -41,6 +42,7 @@ h2:before {
     margin-right:1%;
     width: 16%;
     height: 10px;
+    /* This is called "rulecolor" in the ConTeXt stylesheet. */
     background-color: #9CB770;
 }
 h2:hover {