aboutsummaryrefslogtreecommitdiff
path: root/files/es/conflicting/web/css/width/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/conflicting/web/css/width/index.html')
-rw-r--r--files/es/conflicting/web/css/width/index.html51
1 files changed, 0 insertions, 51 deletions
diff --git a/files/es/conflicting/web/css/width/index.html b/files/es/conflicting/web/css/width/index.html
deleted file mode 100644
index ade93e4cf9..0000000000
--- a/files/es/conflicting/web/css/width/index.html
+++ /dev/null
@@ -1,51 +0,0 @@
----
-title: auto
-slug: conflicting/Web/CSS/width
-tags:
- - CSS
- - CSS:Referencias
- - Todas_las_Categorías
-translation_of: Web/CSS/width
-translation_of_original: Web/CSS/auto
-original_slug: Web/CSS/auto
----
-<p>
-</p><p>&lt;&lt; <a href="es/Gu%c3%ada_de_referencia_de_CSS">Volver</a>
-</p>
-<h3 id="Resumen" name="Resumen"> Resumen </h3>
-<p>Un valor computado automáticamente por el 'useragent.'
-</p><p>Usando el valor <i>auto</i> en cualquier propiedad, dejamos al navegador que calcule el valor requerido. </p><p><br>
-FIXME
-</p>
-<h3 id="Ejemplos" name="Ejemplos"> Ejemplos </h3>
-<pre class="eval">div {
- height: 600px;
- border: 1px solid #000;
-}
-</pre>
-<pre class="eval">div img {
- height: auto;
- border: 1px solid red;
-}
-</pre>
-<h3 id="Se_utiliza_en" name="Se_utiliza_en"> Se utiliza en </h3>
-<ul><li> {{ Cssxref("overflow") }}
-</li><li> {{ Cssxref("cursor") }}
-</li><li> {{ Cssxref("width") }}
-</li><li> {{ Cssxref("marker-offset") }}
-</li><li> {{ Cssxref("margin") }}
-</li><li> margin-* (left|bottom|top|right|start|end)
-</li><li> {{ Cssxref("bottom") }}
-</li><li> {{ Cssxref("left") }}
-</li><li> {{ Cssxref("table-layout") }}
-</li><li> {{ Cssxref("z-index") }}
-</li><li> {{ Cssxref("-moz-column-width") }}
-</li></ul>
-<p><br>
-</p>
-<div class="noinclude">
-<p><span class="comment">Categorías</span>
-<span class="comment">Interwiki Languages</span>
-</p>
-</div>
-{{ languages( { "en": "en/CSS/auto" } ) }}