Give names to debug flags and add a new flag for smarty debugging:
[platal.git] / htdocs / css / wiki.css
index e90d320..a8612d4 100644 (file)
@@ -27,7 +27,7 @@ table.quickref {
 }
 
 table.quickref tr {
-    padding 0px;
+    padding: 0px;
     margin: 0px;
 }
 
@@ -37,7 +37,9 @@ table.quickref td {
     border-top: 1px dotted #aaaaaa;
 }
 
-#text { width: 800px; }
+#text {
+    width: 800px;
+}
 
 .diffbox {
     border: 1px #999999 solid;
@@ -74,4 +76,9 @@ table.quickref td {
 a.varlink {
     text-decoration: none; 
 }
-
+a.createlink {
+    font-size: smaller;
+    vertical-align: super;
+    line-height: normal;
+    text-decoration: none;
+}