- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 22 May 2006 20:39:22 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/ack
In directory hutz:/tmp/cvs-serv24227
Modified Files:
ack.pl
Added Files:
ack.css
Log Message:
Split CSS into a separate file.
Index: ack.pl
===================================================================
RCS file: /sources/public/2006/ack/ack.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ack.pl 11 Apr 2006 19:06:05 -0000 1.1
+++ ack.pl 22 May 2006 20:39:19 -0000 1.2
@@ -49,26 +49,7 @@
<html>
<head>
<title>ACK!</title>
-<style type=\"text/css\">
-.na {
- background-color: lightgrey;
-}
-.ok {
- background-color: lightgreen;
-}
-.redirect {
- background-color: yellow;
-}
-.error {
- background-color: red;
-}
-tr {
- vertical-align: top;
-}
-th {
- text-align: left;
-}
-</style>
+<link rel=\"stylesheet\" type=\"text/css\" href=\"ack.css\" />
<script type=\"text/javascript\" src=\"check.js\"></script>
</head>
<body", $url ? " onload=\"checkAll()\"" : "", ">
--- NEW FILE: ack.css ---
.na {
background-color: lightgrey;
}
.ok {
background-color: lightgreen;
}
.redirect {
background-color: yellow;
}
.error {
background-color: red;
}
tr {
vertical-align: top;
}
th {
text-align: left;
}
Received on Monday, 22 May 2006 20:39:27 UTC