From f6d79ae0b7e1fbf0ea9b76403b8210317aa5cd2c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 5 Nov 2012 17:09:39 -0800 Subject: [PATCH] more docs css tweaks --- docs/css/docs.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/css/docs.css b/docs/css/docs.css index 2b8e4b0..b054a4a 100644 --- a/docs/css/docs.css +++ b/docs/css/docs.css @@ -7,7 +7,7 @@ body { font-size: 14px; line-height: 1.6; color: #333; - background: #fff; + background-color: #fff; -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%; } @@ -36,6 +36,7 @@ h6 { /* Docs structural styles -------------------------------------------------- */ + .docs-outer-wrapper { position: relative; } -- 2.39.2