diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/_static/basic.css | 2 | ||||
-rw-r--r-- | doc/html/_static/default.css | 2 | ||||
-rw-r--r-- | doc/html/_static/jquery.js | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/_static/basic.css b/doc/html/_static/basic.css index 7ebd311..a04d654 100644 --- a/doc/html/_static/basic.css +++ b/doc/html/_static/basic.css @@ -3,7 +3,7 @@ * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -/* -- main tqlayout ----------------------------------------------------------- */ +/* -- main layout ----------------------------------------------------------- */ div.clearer { clear: both; diff --git a/doc/html/_static/default.css b/doc/html/_static/default.css index 2363802..42ed6ec 100644 --- a/doc/html/_static/default.css +++ b/doc/html/_static/default.css @@ -5,7 +5,7 @@ @import url("basic.css"); -/* -- page tqlayout ----------------------------------------------------------- */ +/* -- page layout ----------------------------------------------------------- */ body { font-family: sans-serif; diff --git a/doc/html/_static/jquery.js b/doc/html/_static/jquery.js index 447a76c..9263574 100644 --- a/doc/html/_static/jquery.js +++ b/doc/html/_static/jquery.js @@ -1039,7 +1039,7 @@ jQuery.extend({ // IE uses filters for opacity if ( !jQuery.support.opacity && name == "opacity" ) { if ( set ) { - // IE has trouble with opacity if it does not have tqlayout + // IE has trouble with opacity if it does not have layout // Force it by setting the zoom level elem.zoom = 1; |