mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-30 03:00:06 -04:00
Add missing semicolon
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user