1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-04 06:48:49 +02:00
video.js/compare/compare.css

7 lines
311 B
CSS
Raw Normal View History

2011-12-08 03:44:21 +03:00
body { background-color: #ccc; font-size: 11px; font-family: 'Helvetica Neue', helvetica, arial; }
#main { width: 1000px; margin: 10px auto 0; }
2011-10-01 03:28:43 +03:00
td, th { text-align: left; vertical-align: top; }
td.info-col { width: 240px; }
2011-12-08 03:44:21 +03:00
td.data { text-align: right; }
2011-10-01 03:28:43 +03:00
span.na { color: red; }
span.undefined { color: #999; }