Needs review
Project:
Urban Solice
Version:
7.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2011 at 12:26 UTC
Updated:
21 Apr 2012 at 01:15 UTC
Jump to comment: Most recent file
Comments
Comment #1
fultonchain commentedUsing Firebug I noticed that the paragraph styles were inherited from the reset stylesheet.
Adding p {margin: x x x x;} to styles.css resolved this for me. This also applies to strong, em, and such. The reset.css is a little overzealous and requires that these styles be added back in.
Comment #2
mimiproductions commentedHaving trouble figuring out where to put this in styles.css to make paragraphs work. Stuck in under * page content* still does not work.
UPDATE!
Never mind, stuck it close to the top in *Main Styles* and it works like a charm. THANKS!!
Thanks!
Comment #3
namwebs commentedhi,
... how exactly? Surely it is not necessary to define all these e.g. strong in styles.css?
fultonchain - could you post the required code for styles.css?
THANKS
Comment #4
micheas commentedI just helped someone on IRC dealing with issues with your theme.
I have attached a patch to style.css that gives paragraphs a half em padding on the bottom, makes strong tags bold and em tags italicized.
I suspect that this is what most people would expect as the default behavior.
I am pretty sure that the patch matches drupal style guides for css.
Let me know if you want the patch in a different form.
Micheas
Comment #5
micheas commentedJust changed the status from patch needs ported to needs review, as the patch should apply cleanly.
Comment #6
namwebs commentedThanks, micheas
Comment #7
madar commentedThanks for the patch.
There is a typo problem, ":" instead ";" in strong block.
Comment #8
micheas commentedThanks for pointing this out madar.
A fixed patch is attached.