/* Tables-ng test styling. Usage:
Short description here Analysis
Current disagreements between browsers
*/ main td { padding: 0; } .error { color: #b70000; } p { margin-top:4px; margin-bottom:4px; } body { counter-reset: testid; } .testdesc { white-space: pre-line; margin-top: 16px; } .testdesc:before { content: counter(testid) ". "; counter-increment: testid; } .testdesc:first-line { font-family: monospace; }