Update grid.css

This commit is contained in:
Adam Kaplan 2014-02-16 16:01:29 -06:00
parent db72041a07
commit 818e498e80

View file

@ -184,6 +184,8 @@ a:hover { text-decoration: underline; }
-------------------------------------------------------------- */
.button {
background-color: #497bad;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #fff;
cursor: pointer;