Skip to content

Instantly share code, notes, and snippets.

@kborchers
Created February 28, 2012 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kborchers/1933573 to your computer and use it in GitHub Desktop.
Save kborchers/1933573 to your computer and use it in GitHub Desktop.
...
<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>
...
...
.mobileicon {
float: right;
padding: 0 10px 0 10px;
}
...
...
/* 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