Author: mordante
Date: Sat Feb 26 09:53:56 2011
New Revision: 48644

URL: http://svn.gna.org/viewcvs/wesnoth?rev=48644&view=rev
Log:
Improve the looks of the listing a bit.

Fixing some reference styles and shrink the size of the text.

Modified:
    trunk/doc/design/gui2.sty

Modified: trunk/doc/design/gui2.sty
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/doc/design/gui2.sty?rev=48644&r1=48643&r2=48644&view=diff
==============================================================================
--- trunk/doc/design/gui2.sty (original)
+++ trunk/doc/design/gui2.sty Sat Feb 26 09:53:56 2011
@@ -1,11 +1,12 @@
 \usepackage{listings}
 \lstset{
-         numbers = left
+         basicstyle=\footnotesize
+       , numbers = left
        , showstringspaces = false
        , tabsize = 4
        , frame = single
-       , xrightmargin = -7em
-       , xleftmargin = -7em
+       , xrightmargin = -3.6em
+       , xleftmargin = -3.6em
 }
 
 \lstdefinestyle{C++}{
@@ -15,5 +16,5 @@
 \lstdefinelanguage{WML}{}
 \lstdefinestyle{WML}{
          language = WML
-       , escapeinside = {\#*@}{@*\#}}
+       , escapeinside = {/*@}{@*/}}
 


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to