diff luk4.css @ 81:8501f1b9bba3

Commonize some of the CSS.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Oct 2012 12:00:53 +0300
parents 7dd647a01fb6
children 85068c8513b4
line wrap: on
line diff
--- a/luk4.css	Wed Oct 24 08:55:49 2012 +0300
+++ b/luk4.css	Wed Oct 24 12:00:53 2012 +0300
@@ -1,16 +1,4 @@
-body {
-	margin: 1em;
-	background: black;
-	color: white;
-
-	font-family: Verdana, Arial, helvetica, sans-serif;
-	font-size: 10pt;
-}
-
-a, a:visited, a:active {
-	text-decoration: underline;
-	color: white;
-}
+@import url("luk.css");
 
 a:hover {
 	text-decoration: underline;
@@ -170,21 +158,6 @@
 	border: 1px solid gray;
 }
 
-#footer {
-	padding-top: 5pt;
-	font-size: 5pt;
-}
-
-#controls {
-	padding: 0px;
-	margin: 0px;
-}
-
-#controls table * {
-	padding: 0px;
-	margin: 0px;
-}
-
 #controls a {
 	padding: 5pt;
 	margin-bottom: 30pt;