addedd choice to extra.css
authorPaolo Missier <pmissier@acm.org>
Wed, 18 Apr 2012 12:50:46 +0100
changeset 2369 8e953a831db0
parent 2368 23cc50252f67
child 2370 17020c4d020c
addedd choice to extra.css
model/extra.css
--- a/model/extra.css	Wed Apr 18 10:44:40 2012 +0100
+++ b/model/extra.css	Wed Apr 18 12:50:46 2012 +0100
@@ -360,6 +360,19 @@
     content: ")*";
 }
 
+div[class="grammar"] span[class="choice"]:before {
+    font-weight: normal;
+    font-size:130%;
+    font-family: monospace;
+    content: "(";
+}
+
+div[class="grammar"] span[class="choice"]:after {
+    font-weight: normal;
+    font-size:130%;
+    font-family: monospace;
+    content: ")";
+
 div[class="grammar"] span[class="group"]:before {
     font-weight: normal;
     font-size:130%;