Ticket #246 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Page footer directionality is borped!

Reported by: mushon Owned by: douglas
Priority: major Milestone: Bugs
Component: Booki Keywords:
Cc: adam aco douglas

Description

For some reason the page directionality is reversed when I'm trying to export from booki (and I double checked it even  with the default css)

I actually had to do this for it to render correctly:

#right-footer {
  text-align: left;
}

#left-footer {
  text-align: right;
}

:)

Change History

comment:1 Changed 3 years ago by adam

i think its because doug is in new zealand and pages go in the other direction there...

comment:2 Changed 3 years ago by douglas

  • Resolution set to fixed
  • Status changed from new to closed

actually it was cause I decided to change the terms during the course of documenting them and got all confused (they were 'even-footer', 'odd-footer').

Thanks Mushon, fixed now.

Note: See TracTickets for help on using tickets.