This commit has been accessed 695 times via Git panel.
commit edd5dd6432c4b4900df62c1a75c920fca95cbe0d
tree 592978d40f6736865182eaea49105e753b7c2b83
parent 14aca06d1c23cdc4f3c166549c55d051d57d9267
author Magie Antonio <magie@majcms.org> 1350877489 +0800
committer Magie Antonio <magie@majcms.org> 1350877489 +0800
Fix errors caused by HTML5 DOCTYPE
diff --git a/css.php b/css.php
index 33531e2..fefe3ca 100644
--- a/css.php
+++ b/css.php
@@ -569,6 +569,9 @@ a.status:link,a.status:visited,a.status:active,a.status:hover {
}
.search {
+ box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ -webkit-box-sizing: border-box;
padding: 2px;
width: 100%;
color: #666666;
tree 592978d40f6736865182eaea49105e753b7c2b83
parent 14aca06d1c23cdc4f3c166549c55d051d57d9267
author Magie Antonio <magie@majcms.org> 1350877489 +0800
committer Magie Antonio <magie@majcms.org> 1350877489 +0800
Fix errors caused by HTML5 DOCTYPE
diff --git a/css.php b/css.php
index 33531e2..fefe3ca 100644
--- a/css.php
+++ b/css.php
@@ -569,6 +569,9 @@ a.status:link,a.status:visited,a.status:active,a.status:hover {
}
.search {
+ box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ -webkit-box-sizing: border-box;
padding: 2px;
width: 100%;
color: #666666;