]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* docs/grub.texi (Theme file format): Replace Box_slice_names.png with
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 5 Sep 2010 18:17:34 +0000 (20:17 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 5 Sep 2010 18:17:34 +0000 (20:17 +0200)
a table. Use @code instead of @verbatim.

ChangeLog
docs/grub.texi

index a425f9e84dcb504fa0c4d797b4a34d7e61f7c04c..c7150303595d6fa2510f0b1260fdf7f622c88f86 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-09-05  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * docs/grub.texi (Theme file format): Replace Box_slice_names.png with
+       a table. Use @code instead of @verbatim.
+
 2010-09-05  Colin D Bennett  <colin@gibibit.com>
 
        Gfxmenu documentation.
index 19f095d02f41f2a2afceb4f59663b5c4a4aa85b6..825e65adf3651736e89e9cfe4b9db74b9311c105 100644 (file)
@@ -1467,10 +1467,11 @@ One of the most important features for customizing the layout is the use of
  *styled boxes*.  A styled box is composed of 9 rectangular (and potentially
 empty) regions, which are used to seamlessly draw the styled box on screen:
 
-@float Figure, The 9 slices that make up a box.  The abbreviation below each name is used to identify the image for that slice.
-@c @image{Box_slice_names,,,,.png}
-@end float
-
+@multitable @columnfractions 0.3 0.3 0.3
+@item Northwest (nw) @tab North (n)  @tab Northeast (ne)
+@item West (w)       @tab Center (c) @tab East (e)
+@item Southwest (sw) @tab South (s)  @tab Southeast (se)
+@end multitable
 
 To support any size of box on screen, the center slice and the slices for the
 top, bottom, and sides are all scaled to the correct size for the component on
@@ -1557,9 +1558,7 @@ of a *canvas* container.
 Components are created in the theme file by prefixing the type of component
 with a '+' sign:
 
-@verbatim
-   + label { text="GRUB" font="aqui 11" color="#8FF" }
-@end verbatim
+@code{   + label @{ text="GRUB" font="aqui 11" color="#8FF" @} }
 
 properties of a component are specified as "name = value" (whitespace
 surrounding tokens is optional and is ignored) where *value* may be: