Tiny bit of style

This commit is contained in:
Tim Schaub
2012-09-29 01:17:46 +02:00
parent c24e520961
commit bc5cd13855
5 changed files with 69 additions and 9 deletions

View File

@@ -1,14 +1,16 @@
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="../../css/ol.css" type="text/css">
<link rel="stylesheet" href="style.css" type="text/css">
<style type="text/css">
.map {
width: 400px;
height: 400px;
border: thin solid;
border: thin solid #cccccc;
margin: 1em;
}
</style>
<link rel="stylesheet" href="../../css/ol.css" type="text/css">
<title>ol3 two-layers demo</title>
</head>
<body>