Adding title and description to mobile examples.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@11260 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2011-02-22 20:56:27 +00:00
parent 1619f0801b
commit 406bca8d70
3 changed files with 16 additions and 4 deletions

View File

@@ -23,15 +23,19 @@
bottom: 5px;
right: 5px;
}
#tags {
#title, #tags, #shortdesc {
display: none;
}
</style>
</head>
<body>
<h1 id="title">Basic Mobile Example</h1>
<div id="tags">
mobile
</div>
<p id="shortdesc">
A basic full-screen map for mobile devices.
</p>
<div id="map"></div>
<script>
init();