templates/static/style-coal.css
changeset 7725 6a888d491eaf
parent 7410 f1111704061e
child 8506 93a9f4a0e361
--- a/templates/static/style-coal.css	Tue Feb 03 20:32:42 2009 +0100
+++ b/templates/static/style-coal.css	Thu Feb 05 18:15:33 2009 +0100
@@ -63,6 +63,12 @@
   color: white;
 }
 
+.menu img {
+  width: 75px;
+  height: 90px;
+  border: 0;
+}
+
 .menu a { color: black; display: block; }
 
 .search {
@@ -71,7 +77,7 @@
   right: 2em;
 }
 
-form.search span {
+form.search div#hint {
   display: none;
   position: absolute;
   top: 40px;
@@ -85,7 +91,7 @@
   -webkit-border-radius: 5px; /* this is just for Safari */
 }
 
-form.search:hover span { display: block; }
+form.search:hover div#hint { display: block; }
 
 a { text-decoration:none; }
 .age { white-space:nowrap; }