From: Wilmer Ricciotti Date: Wed, 8 Jun 2011 15:52:31 +0000 (+0000) Subject: Cosmetic changes. X-Git-Tag: make_still_working~2448 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=12991316d484b80d149891d2a150e5703282c60c;p=helm.git Cosmetic changes. --- diff --git a/matitaB/matita/icons/advance.png b/matitaB/matita/icons/advance.png new file mode 100644 index 000000000..fbac430fa Binary files /dev/null and b/matitaB/matita/icons/advance.png differ diff --git a/matitaB/matita/icons/bottom.png b/matitaB/matita/icons/bottom.png new file mode 100644 index 000000000..9bcb7aad5 Binary files /dev/null and b/matitaB/matita/icons/bottom.png differ diff --git a/matitaB/matita/icons/position.png b/matitaB/matita/icons/position.png new file mode 100644 index 000000000..1beaf89a8 Binary files /dev/null and b/matitaB/matita/icons/position.png differ diff --git a/matitaB/matita/icons/retract.png b/matitaB/matita/icons/retract.png new file mode 100644 index 000000000..243cf07ba Binary files /dev/null and b/matitaB/matita/icons/retract.png differ diff --git a/matitaB/matita/index.html b/matitaB/matita/index.html index 8a3641863..27f90b66a 100644 --- a/matitaB/matita/index.html +++ b/matitaB/matita/index.html @@ -12,10 +12,10 @@ -

- - -   +

Advance + Retract + Play + Bottom

diff --git a/matitaB/matita/matitaweb.js b/matitaB/matita/matitaweb.js index ecb0133c3..d4dbe63e8 100644 --- a/matitaB/matita/matitaweb.js +++ b/matitaB/matita/matitaweb.js @@ -428,7 +428,7 @@ function openFile() { if (is_defined(xml)) { locked.innerHTML = ""; - unlocked.innerHTML = xml.documentElement.firstChild.data; + unlocked.innerHTML = xml.documentElement.textContent; } else { debug("file open failed"); }