Changes

←Blanked the page
Line 1: Line 1: βˆ’
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
  βˆ’
#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;
  βˆ’
}
     βˆ’
/* same following the css3 draft specs, any browsers supporting this? */
  βˆ’
#p-cactions ul li, #p-cactions ul li a {
  βˆ’
  border-radius-topleft: 1em;
  βˆ’
  border-radius-topright: 1em;
  βˆ’
}
  βˆ’
#content {
  βˆ’
  border-radius-topleft: 1em;
  βˆ’
  border-radius-bottomleft: 1em;
  βˆ’
}
  βˆ’
div.pBody {
  βˆ’
  border-radius-topright: 1em;
  βˆ’
  border-radius-bottomright: 1em;
  βˆ’
}
 
381

edits