Browse Source

fixed typo in css for font-size

mszkb 9 năm trước cách đây
mục cha
commit
20281fb7eb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      p/themes/base-theme/template.css

+ 1 - 1
p/themes/base-theme/template.css

@@ -88,7 +88,7 @@ input.extend:focus {
 input, select, textarea {
 	display: inline-block;
 	max-width: 100%;
-	font-size: inital;
+	font-size: initial;
 }
 input[type="radio"],
 input[type="checkbox"] {