MediaWiki:Gadget-ShroomStyle.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 2,479: Line 2,479:
}
}


.shroomtable caption.noleftradius,
.shroomtable caption.noleftradius:first-child,
.shroomtable th.noleftradius, .shroomtable td.noleftradius {
.shroomtable th.noleftradius:first-child, .shroomtable td.noleftradius:first-child {
border-top-left-radius: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
Line 2,486: Line 2,486:
}
}


.shroomtable caption.norightradius,
.shroomtable caption.norightradius:last-child,
.shroomtable th.norightradius, .shroomtable td.norightradius {
.shroomtable th.norightradius:last-child, .shroomtable td.norightradius:last-child {
border-top-right-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-right-radius: 0;