From 841d30bf4eda7a8658433d97b9c9a686c85b6e5a Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Sat, 15 Jan 2011 15:34:41 +0000 Subject: decouple the chart coordinator html from the charts under its control. Also lighten the border of input text boxes. --- docs/examples/assets/css/style.css | 5 +++++ docs/examples/index.html | 15 +++++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) (limited to 'docs') diff --git a/docs/examples/assets/css/style.css b/docs/examples/assets/css/style.css index 561b11e..10ecda9 100644 --- a/docs/examples/assets/css/style.css +++ b/docs/examples/assets/css/style.css @@ -75,6 +75,11 @@ input[type=checkbox] { border: none; } +input[type=text] { + padding: 3px; + border: 1px solid #EEE; +} + .notice { border: 1px solid Green; background: #FFDDFF; diff --git a/docs/examples/index.html b/docs/examples/index.html index e561b9e..6acf2b8 100644 --- a/docs/examples/index.html +++ b/docs/examples/index.html @@ -58,14 +58,13 @@
-
-
-

-
-
-
-
- +
+
+

+
+
+
+
-- cgit v1.2.3