# HG changeset patch # User Oleksandr Gavenko # Date 1410739043 -10800 # Node ID eed17c93d420b0799fa369664ba0874b2b153e99 # Parent 434fa4b1420972db344d5c078731172693916b0f Fix: Unknown property 'margin-rght'. Declaration dropped. diff -r 434fa4b14209 -r eed17c93d420 2048.html --- a/2048.html Mon Sep 15 02:56:52 2014 +0300 +++ b/2048.html Mon Sep 15 02:57:23 2014 +0300 @@ -80,7 +80,7 @@ div.ai > div.option > input.positive { text-align: right; max-width: 4em; - margin-rght: 2px; + margin-right: 2px; } .clearfix { clear: both;