Skip to content

Commit cb609f9

Browse files
committed
Remove indentation and force appetize link to open a new window/tab
1 parent 080746c commit cb609f9

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

website/layout/AutodocsLayout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ var Modal = React.createClass({
493493
<button className="modal-button-close">&times;</button>
494494
<div className="center">
495495
<iframe className="simulator" src={url} width="256" height="550" frameborder="0" scrolling="no"></iframe>
496-
<p>Powered by <a href="https://appetize.io">appetize.io</a></p>
496+
<p>Powered by <a target="_blank" href="https://appetize.io">appetize.io</a></p>
497497
</div>
498498
</div>
499499
</div>

website/src/react-native/css/react-native.css

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -903,11 +903,13 @@ small code, li code, p code {
903903
cursor: pointer;
904904
text-align: center;
905905
}
906-
.modal-button-open-img {
907-
background: #05A5D1;
908-
height: 358px;
909-
}
910-
.modal-button-open-img:hover img { opacity: 0.90; }
906+
907+
.modal-button-open-img {
908+
background: #05A5D1;
909+
height: 358px;
910+
}
911+
912+
.modal-button-open-img:hover img { opacity: 0.9; }
911913

912914
.modal-button-close {
913915
background: transparent;
@@ -923,12 +925,13 @@ small code, li code, p code {
923925
right: 0;
924926
top: 0;
925927
}
926-
.modal-button-close:active,
927-
.modal-button-close:focus,
928-
.modal-button-close:hover {
929-
background: #EAF8FD;
930-
outline: none;
931-
}
928+
929+
.modal-button-close:active,
930+
.modal-button-close:focus,
931+
.modal-button-close:hover {
932+
background: #EAF8FD;
933+
outline: none;
934+
}
932935

933936
@media screen and (max-width: 960px) {
934937
.nav-main {

0 commit comments

Comments
 (0)