Fiddling with Tristen's UI theme ideas for a revamped mapbox.js, repo'd here
xxxxxxxxxx
<html>
<head>
<script src='https://api.tiles.mapbox.com/mapbox.js/v0.6.7/mapbox.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox.js/v0.6.7/mapbox.css' rel='stylesheet' />
<!--New UI stylesheet override below-->
<link href='controls.css' rel='stylesheet' />
<style>
body { margin:0; padding:0; }
#map { position:absolute; top:0; bottom:0; width:100%; }
</style>
</head>
<body>
<div id='map'></div>
<script>
mapbox.load('landplanner.map-b31zy3ud,landplanner.enstrat_dni_101111b,landplanner.map-gaqnw8oj', function(o) {
var map = mapbox.map('map');
map.addLayer(o.layer).zoom(4).center({ lat: 40, lon: -100 });
map.interaction.auto();
// Attribute map
map.ui.attribution.add()
.content('<a href="https://mapbox.com/about/maps">Terms & Feedback</a>');
map.ui.legend.add();
map.ui.zoomer.add();
map.ui.fullscreen.add();
mapbox.share().add();
});
</script>
</body>
</html>
Modified http://api.tiles.mapbox.com/mapbox.js/v0.6.7/mapbox.js to a secure url
https://api.tiles.mapbox.com/mapbox.js/v0.6.7/mapbox.js