X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fplugins.css;h=7d1d06e6363a7dafc0b2ffbb2dc398870d83146a;hp=2c797260c312ba2f80160e8a1e88fcc5c0b128dd;hb=569543b3d2d5099d602cc6644b026ee2adf3e00a;hpb=106ae2ed94928de78357798f5c9d0d65a6b10b75 diff --git a/LCARStrek/global/plugins.css b/LCARStrek/global/plugins.css index 2c797260..7d1d06e6 100644 --- a/LCARStrek/global/plugins.css +++ b/LCARStrek/global/plugins.css @@ -46,7 +46,7 @@ body { } a:link, a:visited, a:active { - -moz-border-radius: 3px; + border-radius: 3px; color: #FFCF00; background-color: #000000; text-decoration: none; @@ -71,7 +71,7 @@ div#outside { } div#plugs { - -moz-border-radius: 15px; + border-radius: 15px; background-color: #008484; color: #000000; padding: 3px; @@ -91,7 +91,7 @@ div#findmore { } div.plugname { - -moz-border-radius: 10px; + border-radius: 10px; background-color: #E7ADE7; color: #000000; padding: 2px; @@ -117,7 +117,7 @@ table { color: #E7ADE7; text-align: left; width: 100%; - -moz-border-radius: 10px; + border-radius: 10px; border: 1px solid #9C9FFF; border-spacing: 0px; } @@ -143,7 +143,7 @@ th, td { } th:first-child { - -moz-border-radius: 9px 0px 0px 0px; + border-radius: 9px 0px 0px 0px; } th.type, th.suff { @@ -155,5 +155,5 @@ th.desc { } th:last-child { - -moz-border-radius: 0px 9px 0px 0px; + border-radius: 0px 9px 0px 0px; }