Posted by caschbre on December 29, 2011 at 6:06pm
2 followers
Jump to:
| Project: | Arctica |
| Version: | 7.x-1.0 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I was curious if the intention of the arctica.reset.css file was to reset tags like the tag? It took me a bit to figure out why the tag wasn't being rendered as bold text until I realized that the tag was set to font-weight: normal.
Comments
#1
Yes, a css reset it used to start of with a clean slate. Removing this styling forces you to think about it yourself. For example in some designs you might not want to give a bold styling, but instead a colored background.
If you don't like this idea, you can also turn the reset off (in core settings). But Arctica does a lot of resetting for a reason, it prevents that every Drupal site looks alike. You won't see any of my themes sporting those beady little icons on unordered lists :)
#2
Yeah, I very much like the resets to remove a lot of those default stylings that come out of drupal. I was curious about some of those traditional styles that users typically use through a wysiwyg and noticed that they couldn't do bold, italics, etc. I think I was trying out the touchpro theme and noticed this.
I'll make sure to add some of those styles into a sub-theme. thanks!
#3