Closed (won't fix)
Project:
Marinelli
Version:
6.x-2.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Nov 2008 at 10:15 UTC
Updated:
17 Jul 2016 at 01:02 UTC
Jump to comment: Most recent
esp. the
I pretty much forgot what I once knew about CSS and have no time really to learn it again, so I depend more or less on using themes out-of-the-box.
Marinelli looks great. Otherwise I wouldn't bother to write at all.
(I also have my problems with blockquote, but I try to solve this with configuring the wyiswyg editor right)
| Comment | File | Size | Author |
|---|---|---|---|
| marinelli.png | 213.96 KB | mokko |
Comments
Comment #1
mokko commentedI decided that this is an marinelli issue since with the other drupal template it works fine. This is the solution i found so far. (I try to make primary text behave very similar to bluemarine, but to keep the good looks of marinelli)
in typography.css
#primary .singlepage .content blockquote {
margin-left:30px;
background-color:white;
border-style:none;
border-width:0px;
padding:0em;
font-size:1.0em;
line-height:1.0em;
}
/*lists in content Maurice*/
#primary .singlepage .node .content li{ /*lists in node content*/
font-size:1.1em;
line-height:1.45em;
margin-left:30px;
}
#primary .singlepage .node .content li li { /*lists in node content*/
font-size:1.0em;
line-height:1.45em;
margin-left:30px;
}
#primary .singlepage .node .content ol li{ /*ordered lists in node content*/
font-size:1.1em;
line-height:1.45em;
margin-left:30px;
}
#primary .singlepage .node .content ol li li{ /*ordered lists in node content*/
font-size:1.0em;
line-height:1.45em;
margin-left:30px;
}
Comment #2
denisgre commentedHello Maurice,
Thank you very much for this - this has corrected the problem for me. I am running Drupal 6.6 and the most recent version of Marinelli so I think this needs to be included in the core version.
Best regards,
Denis Grey.
Comment #3
n4rky commentedIt hasn't solved the issue for me. Blockquote doesn't work and I rely on it a lot. Something is suppressing whatever I try to do to modify the appearance.
Comment #4
n4rky commentedRESOLVED: It looks like the blockquote module worked for me. Though I did a bunch of things--this is a panic issue for me--at a very early hour of the morning (as in I should have been in bed hours ago). After waking back up, I noticed that 1) I had to configure the blockquote module, and 2) though I would swear I had added blockquote to the list of allowed tags, it was absent.
Need. Coffee. Now.
I am wondering though, about the design decision that has to be overridden to get acceptable behavior.
Comment #5
oadaeh commentedThis issue is being closed because it is against a branch for a version of Drupal that is no longer supported.
If you feel that this issue is still valid, feel free to re-open and update it (and any possible patch) to work with the 7.x-4.x branch.
Thank you.