changeset 95:eea1ab9aff46

Cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 12 Dec 2012 12:31:40 +0200
parents 171592f906a1
children 0ba79f50e604
files luk.css luk1.css luk2.css luk3.css luk4.css
diffstat 5 files changed, 12 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/luk.css	Wed Dec 12 12:31:31 2012 +0200
+++ b/luk.css	Wed Dec 12 12:31:40 2012 +0200
@@ -38,4 +38,7 @@
 
 #contents {
 	overflow: auto;
-}
\ No newline at end of file
+}
+
+#mobile {
+}
--- a/luk1.css	Wed Dec 12 12:31:31 2012 +0200
+++ b/luk1.css	Wed Dec 12 12:31:40 2012 +0200
@@ -158,7 +158,7 @@
 	border: 1px solid gray;
 }
 
-#controls a.textctrl {
+#controls .textctrl {
 	padding: 5pt;
 	margin-bottom: 30pt;
 //	border: 1px solid rgba(10,114,133,0.3);
@@ -170,7 +170,7 @@
 	box-shadow: 0px 0px 6px rgba(0,0,0,0.7);
 }
 
-#controls a.textctrl:hover {
+#controls .textctrl:hover {
 	color: white;
 	background: rgba(255,255,255,0.5);
 }
--- a/luk2.css	Wed Dec 12 12:31:31 2012 +0200
+++ b/luk2.css	Wed Dec 12 12:31:40 2012 +0200
@@ -136,7 +136,7 @@
 	border: 1px solid gray;
 }
 
-#controls a.textctrl {
+#controls .textctrl {
 	padding: 3pt;
 	margin-bottom: 30pt;
 	border: 1px solid white;
@@ -147,7 +147,7 @@
 	background: #657;
 }
 
-#controls a.textctrl:hover {
+#controls .textctrl:hover {
 	background: white;
 	color: black;
 }
--- a/luk3.css	Wed Dec 12 12:31:31 2012 +0200
+++ b/luk3.css	Wed Dec 12 12:31:40 2012 +0200
@@ -157,7 +157,7 @@
 	border: 1px solid gray;
 }
 
-#controls a.textctrl {
+#controls .textctrl {
 	padding: 5pt;
 	margin-bottom: 30pt;
 //	border: 1px solid rgba(10,114,133,0.3);
@@ -169,7 +169,7 @@
 	box-shadow: 0px 0px 6px rgba(0,0,0,0.7);
 }
 
-#controls a.textctrl:hover {
+#controls .textctrl:hover {
 	color: white;
 	background: rgba(255,255,255,0.5);
 }
--- a/luk4.css	Wed Dec 12 12:31:31 2012 +0200
+++ b/luk4.css	Wed Dec 12 12:31:40 2012 +0200
@@ -158,7 +158,7 @@
 	border: 1px solid gray;
 }
 
-#controls a.textctrl {
+#controls .textctrl {
 	padding: 5pt;
 	margin-bottom: 30pt;
 	-moz-border-radius: 8px;
@@ -169,7 +169,7 @@
 	box-shadow: 0px 0px 4px rgba(255,255,255,0.9);
 }
 
-#controls a.textctrl:hover {
+#controls .textctrl:hover {
 	color: white;
 	background: #666;
 	box-shadow: 0px 0px 4px rgba(255,255,255,0.9);