Explorar el Código

add little pisg logo to footer using default css

James Wade hace 14 años
padre
commit
017edad11f
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      layout/default.css

+ 5 - 0
layout/default.css

@@ -100,4 +100,9 @@ td {
 	font-size: 10px;
 	font-size: 10px;
 	color: black;
 	color: black;
 	text-align: center;
 	text-align: center;
+}
+#footer {
+	width: 400px;
+	height: 32px;
+	background: url('http://pisg.sourceforge.net/favicon.png') no-repeat 0 50%;
 }
 }