mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
Modified css so link styles won't be overridden'
This commit is contained in:
parent
3dc00e9625
commit
8fc7d35f83
@ -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>
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user