From 8a1180579cb70ddaf85e7e0ed29c1a72f8ce9b57 Mon Sep 17 00:00:00 2001 From: David Schnur Date: Wed, 23 Jan 2013 22:00:43 -0600 Subject: [PATCH] Expand buttons to match the new page font size. --- examples/examples.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/examples.css b/examples/examples.css index 8616754..e282d21 100644 --- a/examples/examples.css +++ b/examples/examples.css @@ -17,6 +17,11 @@ p { margin-top: 10px; } +button { + font-size: 18px; + padding: 1px 7px; +} + #header { position: relative; width: 900px;