diff --git a/website/layout/AutodocsLayout.js b/website/layout/AutodocsLayout.js
index 376ca911b..2b23a41da 100644
--- a/website/layout/AutodocsLayout.js
+++ b/website/layout/AutodocsLayout.js
@@ -493,7 +493,7 @@ var Modal = React.createClass({
diff --git a/website/src/react-native/css/react-native.css b/website/src/react-native/css/react-native.css
index c8b8f161a..9ac2edf04 100644
--- a/website/src/react-native/css/react-native.css
+++ b/website/src/react-native/css/react-native.css
@@ -903,11 +903,13 @@ small code, li code, p code {
cursor: pointer;
text-align: center;
}
- .modal-button-open-img {
- background: #05A5D1;
- height: 358px;
- }
- .modal-button-open-img:hover img { opacity: 0.90; }
+
+.modal-button-open-img {
+ background: #05A5D1;
+ height: 358px;
+}
+
+.modal-button-open-img:hover img { opacity: 0.9; }
.modal-button-close {
background: transparent;
@@ -923,12 +925,13 @@ small code, li code, p code {
right: 0;
top: 0;
}
- .modal-button-close:active,
- .modal-button-close:focus,
- .modal-button-close:hover {
- background: #EAF8FD;
- outline: none;
- }
+
+.modal-button-close:active,
+.modal-button-close:focus,
+.modal-button-close:hover {
+ background: #EAF8FD;
+ outline: none;
+}
@media screen and (max-width: 960px) {
.nav-main {