Created
February 28, 2012 16:44
-
-
Save kborchers/1933573 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
<div data-role="content"> | |
<img src="img/aerogear_icon_64px.png" class="mobileicon"/> | |
<p>You have successfully deployed a Java EE 6 web application.</p> | |
<h3>Your application can run on:</h3> | |
... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
.mobileicon { | |
float: right; | |
padding: 0 10px 0 10px; | |
} | |
... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
/* Hide Mobile Site Elements */ | |
.header, .footer, .mobileicon { | |
display: none; | |
} | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment