Closed (won't fix)
Project:
Framework
Version:
7.x-3.5
Component:
CSS/HTML markup
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2011 at 15:54 UTC
Updated:
2 Nov 2011 at 06:22 UTC
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
Comment #1
andregriffin commentedI 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!
Comment #2
andregriffin commentedSorry, but I'd really rather let users set up their own typographical styles, no matter how basic.
Comment #2.0
andregriffin commentedAdded some spaces in code