gfse: added a new "matrix view" of grammars

This commit is contained in:
hallgren
2012-09-21 10:45:10 +00:00
parent b3f6d3612b
commit d7890b628f
3 changed files with 80 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ div.files { margin: 0 8px 8px 8px; position: relative; }
div#file, table.extension td, table.extension th { border: 2px solid #009; }
div#file { border-top-width: 0; }
pre.plain { border: 2px solid #009; }
div#file, pre.plain { background: white; padding: 0.6ex; }
div#file, pre.plain, table.matrixview td { background: white; padding: 0.6ex; }
table.extension { border-collapse: collapse; background: white; }
table.extension td, table.extension th { padding: 1ex; }
@@ -87,6 +87,8 @@ table.tabs td.inactive {
border-top-color: #66c; border-left-color: #66c; border-right-color: #66c;
}
table.matrixview th { background: #cef; color: #009; }
table.tabs td.gap
{ border-top-width: 0; border-left-width: 0; border-right-width: 0; }