Add missing semicolon

This commit is contained in:
Austen Talbot
2014-07-06 15:33:22 -07:00
parent 8761f25c7d
commit 05cab3a4fb

View File

@@ -146,7 +146,7 @@
-ms-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111111;
-o-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111111;
box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111111;
margin-top: 5px; margin-bottom: 10px }
margin-top: 5px; margin-bottom: 10px; }
a img {
border: 0;
}