making SVG's blocks greedy

master-patched
Bob Monteverde 12 years ago
parent 5f03bd8232
commit c6fa0899b3

@ -72,7 +72,9 @@ svg {
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
/* Trying to get SVG to act like a greedy block in all browsers */
display: block;
width:100%;
}

Loading…
Cancel
Save