summaryrefslogtreecommitdiff
path: root/testapp/static/exam/css/monitor.css
blob: b16c8b3e5508116ed2944aa21c4aa74b55887cdd (plain)
1
2
3
4
5
6
7
8
9
10
11
     table td 
     {
 	vertical-align: top;
	border-top: 1px solid #ddd;
     }
     table tbody th 
     {
	border-top: 1px solid #ddd;
	vertical-align: top;
     }