comparison luk2.css @ 79:7dd647a01fb6

Implement indicator for "next" class.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Oct 2012 08:25:12 +0300
parents 8109809f67cb
children 8501f1b9bba3
comparison
equal deleted inserted replaced
78:2f9c78c68a2c 79:7dd647a01fb6
132 132
133 td.clactive { 133 td.clactive {
134 border: 1px solid white; 134 border: 1px solid white;
135 } 135 }
136 136
137 td.clnext {
138 border: 1px dashed yellow;
139 }
137 140
138 div.nhours { 141 div.nhours {
139 text-align: right; 142 text-align: right;
140 } 143 }
141 144