Hello!
Thanks for great theme for Drupal!
I always use Framework for my themes, but some styles is missing. There are sup, sub and blockquote styles.
Can you added styles for these tags?

In my themes I use these styles:

sup, sub {
  vertical-align: baseline; 
  position:r elative; 
  font-size: 0.7692em; 
  line-height: 1; 
}
sup {
  bottom: 1.4ex;
}
sub {
  top: .5ex; 
}

blockquote {
  margin: 1em 3em;
  border-left: 2px solid #999;
  padding-left: 1em; 
}

Comments

andregriffin’s picture

Status: Active » Postponed

I had left out many default styles, as I felt users may want these things styled differently. However, I think sub, sup, and blockquote are usually styled this way, so I will add styling for them (without the border for blockquote) the next time i do a release.

Thanks for the suggestion and for using Framework!

andregriffin’s picture

Status: Postponed » Closed (won't fix)

Sorry, but I'd really rather let users set up their own typographical styles, no matter how basic.

andregriffin’s picture

Issue summary: View changes

Added some spaces in code