Clean up example page
Make the margins a bit more consistent.
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment