From 7dc8856978d31b884bb4ca0ab4a1b2e7ce904fba Mon Sep 17 00:00:00 2001 From: javalang Date: Tue, 26 Sep 2017 10:40:36 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e2228b..e066dbc 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,14 @@ Note: * For using BgColorController displaying a two colors, a second "property+bg" must be present. For Example: `var myProps={color:#ffffff,colorbg:#000000}; datgui.addBgColor(myProps,color);` -* Changing the height of all ColorControllers can be done by changing the CSS .dg.c item. +* Changing the height of all ColorControllers can be done by adding the height field in the CSS .dg.c tag: ` + .c { + float: left; + width: 60%; + height:125px; /*JLA*/ + position: relative; + } +` # dat.GUI