|
Sure, no problem. The CSS has changed and image_template.html has changed.
to be more precise:
<div id="titlebar"><IMAGE_TITLE></div> used to be WITHIN <div id="photo">...
it's been moved outside of it. (meaning it now comes right BEFORE <div id="photo">...
I fully realize how much of a pain the changing is. Unfortunately I don't really know how to make life easier when it comes to that. I do however think things are stabilising now. I will surely NOT add any new features until version 1.0 is out. Just bugfixes and accessibility enhancements. Unfortunately those CAN affect lots of files....
The best tip I can provide:
Use a text editor that can 'diff' files. In this editor, compare the files from version X to files from version X-1 and you will see exactly what the changes are.
If you use a Mac: TextMate can do this for you. I'm sure lots of Windows Programming editors can do it as well.
Hope this helps!
|