aboutsummaryrefslogtreecommitdiff
path: root/files/de/web/css/angle/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/de/web/css/angle/index.html')
-rw-r--r--files/de/web/css/angle/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/de/web/css/angle/index.html b/files/de/web/css/angle/index.html
index 4003605ed4..dce0f488e0 100644
--- a/files/de/web/css/angle/index.html
+++ b/files/de/web/css/angle/index.html
@@ -22,13 +22,13 @@ translation_of: Web/CSS/angle
<dl>
<dt><code><a id="deg">deg</a></code></dt>
- <dd>definiert einen Winkel in <a class="external" href="https://de.wikipedia.org/wiki/Grad_(Winkel)" title="http://en.wikipedia.org/wiki/Degree_%28angle%29">Grad</a>. Ein voller Kreis hat <code>360deg</code>.</dd>
+ <dd>definiert einen Winkel in <a class="external" href="https://de.wikipedia.org/wiki/Grad_(Winkel)">Grad</a>. Ein voller Kreis hat <code>360deg</code>.</dd>
<dt><code><a id="grad">grad</a></code></dt>
- <dd>definiert einen Winkel in <a class="external" href="https://de.wikipedia.org/wiki/Gon" title="http://en.wikipedia.org/wiki/Gradian">Gon</a>. Ein voller Kreis hat <code>400grad</code>.
+ <dd>definiert einen Winkel in <a class="external" href="https://de.wikipedia.org/wiki/Gon">Gon</a>. Ein voller Kreis hat <code>400grad</code>.
<div class="warning"><strong>Achtung:</strong> Nicht zu verwechseln mit <a href="/de/docs/Web/CSS/angle#deg">Grad (siehe <code>deg</code>)</a>.</div>
</dd>
<dt><code><a id="rad">rad</a></code></dt>
- <dd>definiert einen Winkel in <a class="external" href="https://de.wikipedia.org/wiki/Radiant_%28Einheit%29" title="http://en.wikipedia.org/wiki/Radian">Radiant</a>en.  Ein voller Kreis hat 2π Radianten, das entspricht etwa <code>6.2832rad</code>. <code>1rad</code> entspricht 180/π Grad.</dd>
+ <dd>definiert einen Winkel in <a class="external" href="https://de.wikipedia.org/wiki/Radiant_%28Einheit%29">Radiant</a>en.  Ein voller Kreis hat 2π Radianten, das entspricht etwa <code>6.2832rad</code>. <code>1rad</code> entspricht 180/π Grad.</dd>
<dt><code><a id="turn">turn</a></code></dt>
<dd>definiert einen Winkel in der Anzahl Umdrehungen. Ein voller Kreis besteht aus <code>1turn</code>.</dd>
</dl>