Remove height from `audio:not([controls])` in iOS5
A bug in iOS5 means that `audio` elements without controls are not entirely hidden. They retain some height, as demonstrated in this test case: http://jsbin.com/ios-audio-bug/3 The fix is to add `height: 0` to the rule. Fix #69
N
Nicolas Gallagher committed
664a7a760e85a66f49f38c28a28681962afc69a5
Parent: 5e5496c