mirror of
https://github.com/videojs/video.js.git
synced 2024-12-10 11:10:19 +02:00
7 lines
311 B
CSS
7 lines
311 B
CSS
body { background-color: #ccc; font-size: 11px; font-family: 'Helvetica Neue', helvetica, arial; }
|
|
#main { width: 1000px; margin: 10px auto 0; }
|
|
td, th { text-align: left; vertical-align: top; }
|
|
td.info-col { width: 240px; }
|
|
td.data { text-align: right; }
|
|
span.na { color: red; }
|
|
span.undefined { color: #999; } |