summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-09 18:13:48 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-09 18:13:48 +0000
commit2ac4d0d1fb54b5f4686fc30660aa8c33d720a1b8 (patch)
tree557ea93e5ece713a12c41f435dfe11c339928828
parent8e66013c905737a470d2c4e329e71616b972aef3 (diff)
downloadmpv-2ac4d0d1fb54b5f4686fc30660aa8c33d720a1b8.tar.bz2
mpv-2ac4d0d1fb54b5f4686fc30660aa8c33d720a1b8.tar.xz
Move image formats section to a more appropriate place.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29284 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/xml/en/skin.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/DOCS/xml/en/skin.xml b/DOCS/xml/en/skin.xml
index 2be4e940d4..93f4f1934b 100644
--- a/DOCS/xml/en/skin.xml
+++ b/DOCS/xml/en/skin.xml
@@ -50,18 +50,6 @@ listed above, for example:
<!-- ********** -->
-<sect2 id="skin-overview-formats">
-<title>Image formats</title>
-
-<para>Images must be truecolor (24 or 32 bpp) PNGs.</para>
-<para>
-In the main window and in the playbar (see below) you can use images with
-`transparency': Regions filled with the color #FF00FF (magenta) are fully
-transparent when viewed by <application>MPlayer</application>. This means
-that you can even have shaped windows if your X server has the XShape extension.
-</para>
-</sect2>
-
<sect2 id="skin-overview-components">
<title>Skin components</title>
@@ -162,6 +150,18 @@ they are clicked.
</para>
</sect2>
+<sect2 id="skin-overview-formats">
+<title>Image formats</title>
+
+<para>Images must be truecolor (24 or 32 bpp) PNGs.</para>
+<para>
+In the main window and in the playbar (see below) you can use images with
+`transparency': Regions filled with the color #FF00FF (magenta) are fully
+transparent when viewed by <application>MPlayer</application>. This means
+that you can even have shaped windows if your X server has the XShape extension.
+</para>
+</sect2>
+
<!-- ********** -->
<sect2 id="skin-files">