4ab9191f by David LaPalomento

Clean up example page

Make the margins a bit more consistent.
1 parent fcebc231
...@@ -42,12 +42,14 @@ ...@@ -42,12 +42,14 @@
42 <style> 42 <style>
43 body { 43 body {
44 font-family: Arial, sans-serif; 44 font-family: Arial, sans-serif;
45 margin: 20px;
45 } 46 }
46 .info { 47 .info {
47 background-color: #eee; 48 background-color: #eee;
48 border: thin solid #333; 49 border: thin solid #333;
49 border-radius: 3px; 50 border-radius: 3px;
50 padding: 0 5px; 51 padding: 0 5px;
52 margin: 20px 0;
51 } 53 }
52 </style> 54 </style>
53 55
......