From Fedora Project Wiki
(New page: →‎runde einige Ecke, nur für Gecko-Browser: #p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 1em; -moz-border-radius-topright: 1em; } ...)
 
(Removing all content from page)
 
Line 1: Line 1:
    /* runde einige Ecke, nur für Gecko-Browser */
 
    #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;
    }
   
    /* das selbe in CSS3-Spezifikation; gibt's Browser, die das unterstützen? */
    #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;
    }

Latest revision as of 23:03, 18 November 2008