From 462287e25e0c2295884ad0d2cab31b0cd0b90b26 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Fri, 2 Sep 2011 00:31:19 -0700 Subject: div > ul ftw --- docs/index.html | 1 - 1 file changed, 1 deletion(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index 62ca0b8f9..f7ccb7d14 100644 --- a/docs/index.html +++ b/docs/index.html @@ -905,7 +905,6 @@ -

Fixed topbar

-- cgit v1.2.3 From 2a5d829c4a09f82aa9ce4ab8db2025aec91c120b Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Fri, 2 Sep 2011 00:47:06 -0700 Subject: add doc styles back to topbar-inner --- docs/assets/css/docs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 67a34280b..a4e51967c 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -200,7 +200,7 @@ div.topbar-wrapper div.topbar { margin: 0 -20px; } -div.topbar-wrapper div.topbar .fill { +div.topbar-wrapper div.topbar .topbar-inner { padding-left: 20px; padding-right: 20px; -webkit-border-radius: 4px; -- cgit v1.2.3