From 8fc7d35f83ee8aba6365ca655b9bd121a539f654 Mon Sep 17 00:00:00 2001 From: George Michael Brower Date: Tue, 19 Apr 2011 11:15:17 -0700 Subject: [PATCH] Modified css so link styles won't be overridden' --- index.html | 6 +++--- src/DAT/GUI/GUI.css | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 2cd37fd..a493131 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,6 @@ dat.gui - @@ -24,6 +23,7 @@ + @@ -129,7 +129,7 @@ border='0' alt='dat.gui flag'/> -

DAT.GUI is a lightweight controller library for JavaScript. +

dat.gui is a lightweight controller library for JavaScript. It allows you to easily manipulate variables and fire functions on the fly.

@@ -384,7 +384,7 @@ document.getElementById('my-gui-container').appendChild( gui.domElement );
    -
  1. DAT.GUI panels are resizeable. Drag the show/hide +
  2. DAT.GUI panels are resizeable. Drag the open/close button.
  3. diff --git a/src/DAT/GUI/GUI.css b/src/DAT/GUI/GUI.css index 863780c..e5af34c 100644 --- a/src/DAT/GUI/GUI.css +++ b/src/DAT/GUI/GUI.css @@ -29,7 +29,9 @@ background-color: rgba(0, 0, 0, 0.1); } -a.guidat-toggle { +a.guidat-toggle:link, +a.guidat-toggle:visited, +a.guidat-toggle:active { text-decoration: none; cursor: pointer; color: #fff;