Browse Source

Clean up example page

Make the margins a bit more consistent.
pull/6/head
David LaPalomento 11 years ago
parent
commit
4ab9191fda
  1. 2
      example.html

2
example.html

@ -42,12 +42,14 @@
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
}
.info {
background-color: #eee;
border: thin solid #333;
border-radius: 3px;
padding: 0 5px;
margin: 20px 0;
}
</style>

Loading…
Cancel
Save