Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

  1. Skins. Get the skins directory from the previous build and copy it to the reference project.
  2. index.html Get the index.html redirect and add to webapp/ROOT
  3. headscripts.js search on "fudge" and set tool height extra padding = 3.
  4. macros.vm add Google Analytics
No Format
// here we fudge to get a little bigger
var newHeight = height + 3;

...