diff luk3.css @ 144:f64a46fa7961

Rename some CSS elements.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 09 Sep 2014 11:21:32 +0300
parents 1e44468dbbd8
children
line wrap: on
line diff
--- a/luk3.css	Sun Aug 31 01:10:35 2014 +0300
+++ b/luk3.css	Tue Sep 09 11:21:32 2014 +0300
@@ -61,7 +61,7 @@
 	margin: 0px;
 }
 
-table.timetable th {
+#timeTable th {
 	padding: 2px;
 	margin: 2px;
 	text-align: center;
@@ -80,17 +80,17 @@
 	border-radius: 5pt;
 }
 
-table.timetable {
+#timeTable {
 	font-size: 10pt;
 }
 
-table.timetable td > a, table.timetable td > a:visited, table.timetable td > a:active {
+#timeTable td > a, table.timetable td > a:visited, table.timetable td > a:active {
 	text-decoration: none;
 	text-shadow: 2px 2px 2px #000;
 	color: #fff;
 }
 
-table.timetable td > a:hover {
+#timeTable td > a:hover {
 	color: yellow;
 }
 
@@ -99,12 +99,12 @@
 	white-space: nowrap;
 }
 
-table.timetable * table {
+#timeTable * table {
 	width: 100%;
 	height: 100%;
 }
 
-table.timetable tr:hover th {
+#timeTable tr:hover th {
 	color: red;
 }