It looks like the Feb 25 dev snapshot is completely borked. All of the main regions are not in the correct place, the default text align is "center", etc.

I accidentally overwrote all copies I have of the previous revisions. Is there any way to get the previous snapshot out of git?

Comments

melon’s picture

What was the date of the dev version you had before?
The latest commit was only a system-wide cleanup of the legacy CVS keywords which affected all projects.

bkat’s picture

this css worked for me to clean it back up

body {
  width: 964px;
}
melon’s picture

Status: Active » Fixed

OK, I realized the original code is quite messy.
Found mixing php opening tag and CVS keywords in one line, the same situation with css: comment opening and CVS tags in one line.

Did a quick cleanup with all the files, and found it okay.
http://drupalcode.org/project/ubiquity.git/commitdiff/f4f7b45

Marking this fixed now, thanks for pointing this out.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.