From 121b62d54e6adb5836a1e09834056cf193407bbe Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 13 Sep 2011 10:08:24 -0700 Subject: updates to docs to include more example html, include links to javascript docs where necessary --- docs/assets/css/docs.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/assets/css/docs.css') diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index d30b932cd..37e18c8e4 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -213,7 +213,7 @@ section > .row { box-shadow: 0 1px 2px rgba(0,0,0,.075); } .mini-layout { - height: 340px; + height: 240px; margin-bottom: 20px; padding: 9px; } @@ -225,8 +225,8 @@ section > .row { .mini-layout .mini-layout-body { background-color: #dceaf4; margin: 0 auto; - width: 340px; - height: 340px; + width: 240px; + height: 240px; } .mini-layout.fluid .mini-layout-sidebar, .mini-layout.fluid .mini-layout-header, @@ -236,7 +236,7 @@ section > .row { .mini-layout.fluid .mini-layout-sidebar { background-color: #bbd8e9; width: 90px; - height: 340px; + height: 240px; } .mini-layout.fluid .mini-layout-body { width: 300px; -- cgit v1.2.3