Closed (works as designed)
Project:
Style (CSS) Settings
Version:
6.x-1.3
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2008 at 16:47 UTC
Updated:
2 Feb 2012 at 16:51 UTC
div.picture runs into other content, possibly creating unusual side effects. Take a look at the attached screenshot. My user profile runs into the content clear-block div creating issues with how polls look. A proposed patch is to modify modules/system/defaults.css:
.clear-block {
display: inline-block;
}
to
.clear-block {
display: inline-block;
clear: both;
}
I'm not sure if this has any unintended side effects though, and I gather someone more knowledgeable in Drupal's stylings can propose a better solution it it does.
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot-Do you like muffins? | Drupal Sandbox - Mozilla Firefox.png | 99.35 KB | Brad Beattie |
Comments
Comment #1
reubenavery commentedUnrelated to style_settings module