Diferència entre les revisions de "MediaWiki:Monobook.css"

Sense resum d'edició
Sense resum d'edició
Llínea 32: Llínea 32:
   
   
/* Tab rounding */
/* Tab rounding */
#p-cactions ul
#p-cactions ul li, #p-cactions ul li a
{
{
        overflow:visible;
  -moz-border-radius-topright: 0.5em;
}
/*  -moz-border-radius-topleft: 0.5em; */
#p-cactions li
{
        border: 1px solid lightgrey;
        position: relative;
        float: left;
        -moz-border-radius-topleft: .5em;
        -moz-border-radius-topright: .5em;
}
}
   
   
/* Replace dotted borders on pre with a solid one. */
/* Replace dotted borders on pre with a solid one. */