From 6803c0abd279fcb640c38b3881b751bab982cbe0 Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 12:42:16 -0700 Subject: Remove trailing spaces --- node_modules/montage/ui/input-radio.reel/input-radio.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'node_modules/montage/ui/input-radio.reel') diff --git a/node_modules/montage/ui/input-radio.reel/input-radio.css b/node_modules/montage/ui/input-radio.reel/input-radio.css index 020c4cee..25231b21 100644 --- a/node_modules/montage/ui/input-radio.reel/input-radio.css +++ b/node_modules/montage/ui/input-radio.reel/input-radio.css @@ -27,7 +27,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ - + .montage-inputRadio { -webkit-appearance: none; -moz-appearance: none; @@ -42,19 +42,19 @@ POSSIBILITY OF SUCH DAMAGE. background: #f2f2f2; cursor: pointer; } - + .montage-inputRadio:hover { background-color: #fff; } - + .montage-inputRadio:active { background-color: #e5e5e5; } - + .montage-inputRadio:focus { border-color: #7f7f7f; } - + .montage-inputRadio:checked { background: #f2f2f2 url(radio.png) no-repeat center; } -- cgit v1.2.3