aboutsummaryrefslogtreecommitdiff
path: root/files/pl/mozilla/tech/xul/atrybut/pack/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pl/mozilla/tech/xul/atrybut/pack/index.html')
-rw-r--r--files/pl/mozilla/tech/xul/atrybut/pack/index.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/files/pl/mozilla/tech/xul/atrybut/pack/index.html b/files/pl/mozilla/tech/xul/atrybut/pack/index.html
deleted file mode 100644
index 425721c4b4..0000000000
--- a/files/pl/mozilla/tech/xul/atrybut/pack/index.html
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: pack
-slug: Mozilla/Tech/XUL/Atrybut/pack
-tags:
- - Atrybuty_XUL
- - Dokumentacja_XUL
- - Strony_wymagające_dopracowania
-translation_of: Archive/Mozilla/XUL/Attribute/pack
----
-<div class="noinclude"><span class="breadcrumbs xulRefAttr_breadcrumbs">« <a href="/pl/docs/Dokumentacja_XUL">Dokumentacja XUL</a></span></div>
-
-<dl>
- <dt><code id="a-pack"><a href="https://developer.mozilla.org/pl/docs/Mozilla/Tech/XUL/Atrybut/pack">pack</a></code></dt>
- <dd>Typ:<em>jedna z wartości poniżej</em></dd>
- <dd>Atrybut pack określa gdzie elementy potomne <code><code><a href="/pl/docs/Mozilla/Tech/XUL/box" title="box">box</a></code></code> są umieszczone, kiedy pudełko jest większe niż rozmiar dziecka. Dla pudełek z orientacją poziomą jest użyty to sygnalizowania pozycji dziecka poziomo. Dla pudełek z orientacją pionową jest stosowany dla pozycji poziomej dziecka. Atrybut align jest stosowany do określenia pozycji w przeciwnych kierunkach. Możemy także określić wartość pack stosując własność stylu <a href="pl/CSS/-moz-box-pack">-moz-box-pack</a>.</dd>
-</dl>
-
-<ul>
- <li><code>start</code>: Child elements are placed starting from the left or top edge of the box. If the box is larger than the total size of the children, the extra space is placed on the right or bottom side.</li>
- <li><code>center</code>: Extra space is split equally along each side of the child elements, resulting the children being placed in the center of the box.</li>
- <li><code>end</code>: Child elements are placed on the right or bottom edge of the box. If the box is larger than the total size of the children, the extra space is placed on the left or top side.</li>
-</ul>
-
-<h4 id="Zobacz_tak.C5.BCe" name="Zobacz_tak.C5.BCe">Zobacz także</h4>
-
-<p>Więcej informacji znajduje się w <a href="pl/Kurs_XUL/Pozycjonowanie_element%c3%b3w#Pola_upakowane">kursie XUL</a></p>