sesuncedu / owl1-1

Automatically exported from code.google.com/p/owl1-1
0 stars 0 forks source link

Separate classes for grammar examples and grammar productions #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be handy if the functional syntax grammar was extractable by a simple 
query. A problem 
now is that the examples of the syntax have the same class (grammar) as the 
productions. Two 
solutions, and I leave it to the editor to decide which. In css/owl.css either 
duplicate the style for 
.grammar

 .example {
    font-family: monospace; padding-left: 20px; font-size: 10pt;
}

Or just add the "example" class to the examples, e.g.,

<p class="grammar example"...

Either way will work fine!

Original issue reported on code.google.com by bparsia on 10 Jul 2007 at 3:44

GoogleCodeExporter commented 9 years ago

Original comment by pfpschne...@gmail.com on 25 Oct 2007 at 8:06