Convert hex color value to uppercase letters

Prefer #FFF over #fff for hex color declaration consistency.
This commit is contained in:
Jacob Gube 2015-01-11 11:46:05 +08:00
parent 84e1e9c67f
commit 17a3f9c93f

2
css/skeleton.css vendored
View File

@ -236,7 +236,7 @@ textarea,
select { select {
height: 38px; height: 38px;
padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */ padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
background-color: #fff; background-color: #FFF;
border: 1px solid #D1D1D1; border: 1px solid #D1D1D1;
border-radius: 4px; border-radius: 4px;
box-shadow: none; box-shadow: none;