Explorar o código

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 %!s(int64=10) %!d(string=hai) anos
pai
achega
a1017d016f
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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 {