nicer attribution style

git-svn-id: http://svn.openlayers.org/trunk/openlayers@12022 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
ahocevar
2011-05-28 09:13:20 +00:00
parent a794eec5cf
commit 090c8bc63a
+3 -2
View File
@@ -8,9 +8,10 @@
<link rel="stylesheet" href="style.css" type="text/css"> <link rel="stylesheet" href="style.css" type="text/css">
<style type="text/css"> <style type="text/css">
.olControlAttribution { .olControlAttribution {
left: 5px; left: 2px;
right: inherit; right: inherit;
bottom: 5px; bottom: 3px;
line-height: 11px;
} }
</style> </style>
</head> </head>