aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/css/box-shadow/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-27 11:33:10 -0400
committerGitHub <noreply@github.com>2021-07-27 11:33:10 -0400
commita0187295debbfe75d4409f360ba7e0ff765ca2f3 (patch)
treecef7a50cd705e6751347178ac4ef4ca7bb32dcd2 /files/pl/web/css/box-shadow/index.html
parent9fb44756a5432219d159d6892341e0a9e0582bb2 (diff)
downloadtranslated-content-a0187295debbfe75d4409f360ba7e0ff765ca2f3.tar.gz
translated-content-a0187295debbfe75d4409f360ba7e0ff765ca2f3.tar.bz2
translated-content-a0187295debbfe75d4409f360ba7e0ff765ca2f3.zip
remove link 'title' attributes that's just the 'href' (pl) (#1736)
Diffstat (limited to 'files/pl/web/css/box-shadow/index.html')
-rw-r--r--files/pl/web/css/box-shadow/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/pl/web/css/box-shadow/index.html b/files/pl/web/css/box-shadow/index.html
index feb07aaf0f..b85d00d328 100644
--- a/files/pl/web/css/box-shadow/index.html
+++ b/files/pl/web/css/box-shadow/index.html
@@ -60,8 +60,8 @@ translation_of: Web/CSS/box-shadow
<h2 id="Live_examples" name="Live_examples">Przykłady</h2>
<ul>
- <li><a class="external" href="http://www.elektronotdienst-nuernberg.de/bugs/box-shadow_inset.html" title="http://www.elektronotdienst-nuernberg.de/bugs/box-shadow_inset.html">Test box-shadow</a></li>
- <li><a class="external" href="http://markusstange.wordpress.com/2009/02/15/fun-with-box-shadows/" title="http://markusstange.wordpress.com/2009/02/15/fun-with-box-shadows/">Kurs oraz przykłady box-shadow</a></li>
+ <li><a class="external" href="http://www.elektronotdienst-nuernberg.de/bugs/box-shadow_inset.html">Test box-shadow</a></li>
+ <li><a class="external" href="http://markusstange.wordpress.com/2009/02/15/fun-with-box-shadows/">Kurs oraz przykłady box-shadow</a></li>
</ul>
<pre style="-moz-box-shadow: 60px -16px teal; -webkit-box-shadow: 60px -16px teal; box-shadow: 60px -16px teal; float: left; margin: 1em;">box-shadow: 60px -16px teal;</pre>