From 338c7ef2b6aa62cc6b5f08f687f04eeb960719f0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 12 Jul 2012 13:45:07 -0700 Subject: tweak code snippet on pager and clean up type and font-sizes on docs Home --- docs/components.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index fec662d47..c144c130a 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1442,12 +1442,8 @@
 <ul class="pager">
-  <li>
-    <a href="#">Previous</a>
-  </li>
-  <li>
-    <a href="#">Next</a>
-  </li>
+  <li><a href="#">Previous</a></li>
+  <li><a href="#">Next</a></li>
 </ul>
 
-- cgit v1.2.3