Bruger:EPO/vector.css

Fra Wikipedia, den frie encyklopædi
/* Afrunding af hjørner */
#p-cactions ul li, #p-cactions ul li a {  
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
}
#content { 
-moz-border-radius-topleft: 1em; 
-moz-border-radius-bottomleft: 1em;
}
div.pBody {
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 1em;
}

/* Fjern ophavsretadvarslen under redigeringsvinduet */
#editpage-copywarn {
display: none;
}