From 748a15ca327cad34acee59b1195e8dd5f352e372 Mon Sep 17 00:00:00 2001 From: Ben Schwarz Date: Sun, 13 Jan 2013 13:03:46 +1100 Subject: [PATCH] Removed superflous `;`. * Also removed comment, I think its self-explanatory. --- docs/css/docs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/css/docs.css b/docs/css/docs.css index 69f046a..8cb6847 100644 --- a/docs/css/docs.css +++ b/docs/css/docs.css @@ -652,7 +652,7 @@ h6 { .iphone .iphone-content .modal { position: absolute; } .iphone .iphone-content .modal .content { margin-top: 44px; } #myModal.active { background: #cecece; } -#modalsInPhone #iwindow > .button { margin: 10px; }; /* Gives the button some room so it isn't right up against the edge of the iPhone */ +#modalsInPhone #iwindow > .button { margin: 10px; } /* Slider examples */ .component-example-fullbleed .slider, -- 2.39.2