IE6 CSS: Apply a little bit of padding to buttons for early Mozilla

This commit is contained in:
RichardG867
2021-12-04 17:38:31 -03:00
parent e523adf1d2
commit f58ca66cb4

View File

@@ -56,7 +56,7 @@ button {
text-transform: uppercase;
border: none;
border-radius: 4px; /* N/A on IE6 */
padding: 9px 0px;
padding: 9px 9px;
border: 1px solid #f9f9f9;
}