html5/status status.css,1.1,1.2

Update of /sources/public/html5/status
In directory hutz:/tmp/cvs-serv4391

Modified Files:
	status.css 
Log Message:
Remove annoying border/padding on hover that moves the text that you are
trying to point to.


Index: status.css
===================================================================
RCS file: /sources/public/html5/status/status.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- status.css	25 Aug 2010 10:40:54 -0000	1.1
+++ status.css	25 Sep 2010 20:15:55 -0000	1.2
@@ -10,8 +10,7 @@
 td[id] { white-space: pre; }
 th, tr:nth-child(3n) {background: #dee}
 a:visited, a:link, h2 {text-decoration: none; color: #0B5B9D}
-a:hover {background-color: #0B4B9D; border: 1px dotted #000; color: white;
-  margin: 0; padding: 1px 2px}
+a:hover {background-color: #0B4B9D; color: #FFF; margin: 0}
 
 table th:first-child {
   border-radius: 1em 0 0 0;

Received on Saturday, 25 September 2010 20:15:59 UTC