updated grammar
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Mon, 28 Nov 2011 12:37:03 +0000
changeset 1066 4a2161834177
parent 1065 db3157c32c74
child 1067 b2a2ec41ebf8
updated grammar
model/extra.css
--- a/model/extra.css	Mon Nov 28 12:26:42 2011 +0000
+++ b/model/extra.css	Mon Nov 28 12:37:03 2011 +0000
@@ -227,27 +227,39 @@
 
 
 div[class="grammar"] span[class="optional"]:before {
+    font-weight: normal;
+    font-size:130%;
     content: "(";
 }
 
 div[class="grammar"] span[class="optional"]:after {
+    font-weight: normal;
+    font-size:130%;
     content: ")?";
 }
 
 
 div[class="grammar"] span[class="plus"]:before {
+    font-weight: normal;
+    font-size:130%;
     content: "(";
 }
 
 div[class="grammar"] span[class="plus"]:after {
+    font-weight: normal;
+    font-size:130%;
     content: ")+";
 }
 
 
 div[class="grammar"] span[class="star"]:before {
+    font-weight: normal;
+    font-size:130%;
     content: "(";
 }
 
 div[class="grammar"] span[class="star"]:after {
+    font-weight: normal;
+    font-size:130%;
     content: ")*";
 }