From a62a33845a953c2ebe8adf538d5d2e9e05a3dd83 Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Sat, 17 Mar 2012 17:29:20 +0000 Subject: [PATCH 1/2] [css][xs]: remove curved borders from grid headings. --- css/data-explorer.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/css/data-explorer.css b/css/data-explorer.css index b2df878d..b27e3f82 100644 --- a/css/data-explorer.css +++ b/css/data-explorer.css @@ -114,9 +114,6 @@ color: #333; border: 1px solid #ccc; border-bottom-color: #bbb; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); From 5313fde8aaba1b9a72991562a611ad3b1fd0569e Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Sat, 17 Mar 2012 18:46:27 +0000 Subject: [PATCH 2/2] [#52,docs][s]: create sidebar in main docs and do various other minor bits of tidying. * Also link back to main page / docs from demo. --- demo/index.html | 5 ++- index.html | 90 ++++++++++++++++++++++++++++++------------------- 2 files changed, 60 insertions(+), 35 deletions(-) diff --git a/demo/index.html b/demo/index.html index a99181de..3205aee9 100644 --- a/demo/index.html +++ b/demo/index.html @@ -48,7 +48,10 @@