Closed (fixed)
Project:
Marinelli
Version:
7.x-3.0-beta11
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2012 at 18:00 UTC
Updated:
16 Jan 2020 at 08:39 UTC
Jump to comment: Most recent
Comments
Comment #1
bchester commentedI am looking for the same thing. Did you figure it out?
Comment #2
naveeddil commentedAny Reply to this post plz ...
I need this as well
Comment #3
clcl commentedTry this in your css where block-block-7 (you can see this with the help of firebug) gets a dotted border
.block[id="block-block-7"]{
border: solid #000 1px;
border-style:dotted
}
Comment #4
bhumikavarshney commentedTry this in your css for the border on every sidebar block
.sidebar .block{
border: 1px #000;
border-style: dotted;
}
Comment #5
Premanshu commentedComment #6
gaurav.kapoor commented