Redo small?
Created by: leeaston
How about changing p small{font-size:12px;color:#999999;}?
Color:#999999 can already be done using .muted and the p makes it restrictive. Maybe it could be:
small {font-size: 80%} to make it universal.
Created by: leeaston
How about changing p small{font-size:12px;color:#999999;}?
Color:#999999 can already be done using .muted and the p makes it restrictive. Maybe it could be:
small {font-size: 80%} to make it universal.