lathropd / reflowjs

0 stars 1 forks source link

Use consistent styles #16

Closed emilymerwin closed 9 years ago

emilymerwin commented 9 years ago

There are all sorts of different shades of gray and black, round corners, square corners etc. Probably best to just pick a framework like Bootstrap or Foundation whatever you like to set up all the defaults and then override as needed.

lathropd commented 9 years ago

You're right. I guess I've got a long night ahead of me.

lathropd commented 9 years ago

Using an outside CSS framework broke a lot of things. Standardized grays (other than the ones provided by the slideshow library) and rounded corners.

Next logical thing to do is standardize those for the slideshow, but that will fairly well guarantee incompatibility with any future versions of better-simple-slideshow.

emilymerwin commented 9 years ago

Let's not mess with the actual CSS for better-simple-slideshow, we can override the slideshow styles in base.css if needed but other than the font I don't think it needs much

lathropd commented 9 years ago

Changing it to Georgia, Times, serif. k?

emilymerwin commented 9 years ago

That's fine.

lathropd commented 9 years ago

Take a look and see if we can close this?

emilymerwin commented 9 years ago

Looks good, I'd prefer square corners to round though (or at least less round?)

lathropd commented 9 years ago

Changes to 3px corners. No radius at all looked harsh.