From df001e2765a512bc2b9c7e5d730f438556112067 Mon Sep 17 00:00:00 2001 From: Piotr Zalewa Date: Thu, 5 Jun 2014 13:03:51 +0200 Subject: [PATCH] after code review --- doc/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/index.md b/doc/index.md index 1106457..d59cd99 100644 --- a/doc/index.md +++ b/doc/index.md @@ -94,7 +94,7 @@ instance, or the system browser. ### Firefox OS Quirks As plugin doesn't enforce any design there is a need to add some CSS rules if -opened with `target` `'_blank'`. The rules might look like these +opened with `target='_blank'`. The rules might look like these ``` css .inAppBrowserWrap { @@ -110,7 +110,6 @@ opened with `target` `'_blank'`. The rules might look like these font-size: 25px; height: 25px; float: left; - margin-right: 0px; margin: 0 10px; padding: 3px 10px; text-decoration: none;