소스 검색

add little pisg logo to footer using default css

James Wade 14 년 전
부모
커밋
017edad11f
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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%;
 }
 }