after code review

This commit is contained in:
Piotr Zalewa 2014-06-05 13:03:51 +02:00
parent 846190a6f8
commit df001e2765

View File

@ -94,7 +94,7 @@ instance, or the system browser.
### Firefox OS Quirks ### Firefox OS Quirks
As plugin doesn't enforce any design there is a need to add some CSS rules if 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 ``` css
.inAppBrowserWrap { .inAppBrowserWrap {
@ -110,7 +110,6 @@ opened with `target` `'_blank'`. The rules might look like these
font-size: 25px; font-size: 25px;
height: 25px; height: 25px;
float: left; float: left;
margin-right: 0px;
margin: 0 10px; margin: 0 10px;
padding: 3px 10px; padding: 3px 10px;
text-decoration: none; text-decoration: none;