Modified css so link styles won't be overridden'

This commit is contained in:
George Michael Brower 2011-04-19 11:15:17 -07:00
parent 3dc00e9625
commit 8fc7d35f83
2 changed files with 6 additions and 4 deletions

View File

@ -5,7 +5,6 @@
<title>dat.gui</title>
<link rel='icon' type='image/png' href='docs/assets/favicon.png'/>
<link href='docs/docs.css' media='screen' rel='stylesheet' type='text/css'/>
<!--Minified build-->
<!--<script type='text/javascript' src='build/DAT.GUI.min.js'></script>-->
@ -24,6 +23,7 @@
<script type='text/javascript' src='src/DAT/GUI/ControllerNumber.js'></script>
<!--Demo-->
<link href='docs/docs.css' media='screen' rel='stylesheet' type='text/css'/>
<script type='text/javascript' src='docs/RequestAnimationFrame.js'></script>
<script type='text/javascript' src='docs/improvedNoise.js'></script>
<script type='text/javascript' src='docs/prettify.js'></script>
@ -129,7 +129,7 @@
border='0' alt='dat.gui flag'/></a>
</h1>
<p><code>DAT.GUI</code> is a lightweight controller library for JavaScript.
<p><strong>dat.gui</strong> is a lightweight controller library for JavaScript.
It allows you to easily manipulate variables and fire functions on the fly.
</p>
@ -384,7 +384,7 @@ document.getElementById('my-gui-container').appendChild( gui.domElement );</pre>
<div class='collapsable'>
<div>
<ol id='secrets'>
<li><code>DAT.GUI</code> panels are resizeable. Drag the show/hide
<li><code>DAT.GUI</code> panels are resizeable. Drag the open/close
button.
</li>

View File

@ -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;