소스 검색

Update Captiveportal.css

Deben Oldert 11 년 전
부모
커밋
5b753723bd
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      captiveportal/Captiveportal.css

+ 8 - 0
captiveportal/Captiveportal.css

@@ -1,3 +1,4 @@
+@CHARSET "UTF-8";
 body{
 	font-family:"Trebuchet MS", "Myriad Pro", Arial, sans-serif;
 	background:#f4f4f4 url(images/corendon8.jpg) no-repeat;
@@ -27,6 +28,13 @@ h2{
 h2 span{
 	color:#aaa;
 }
+.error{
+	display:block;
+	width: 76%;
+	margin:5px 30px 0px 30px;
+	color:#CC0000;
+	font-size:12px;
+}
 /* Form Style */
 .form_wrapper{
 	background:#fff;