[gimp-help-2] [css] Enhance gui* layout



commit cf563f25f373bc94b37c537c0e525648c4a9317c
Author: Ulf-D. Ehlert <ulfehlert svn gnome org>
Date:   Tue Jul 27 12:14:56 2010 +0200

    [css] Enhance gui* layout
    
    Suppress linebreak within guimenu, guisubmenu, guimenuitem, guilabel.

 stylesheets/gimp-help-screen.css |    1 +
 stylesheets/gimp22.css           |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/stylesheets/gimp-help-screen.css b/stylesheets/gimp-help-screen.css
index 82cab3c..ed13a1d 100644
--- a/stylesheets/gimp-help-screen.css
+++ b/stylesheets/gimp-help-screen.css
@@ -604,6 +604,7 @@ pre.programlisting {
   color: #0e2426;
   border-color: #eeeeec;
   background-color: #999;
+  white-space: nowrap;
 }
 /* these elements typically contain text and/or <img> */
 .guibutton,.guiicon {
diff --git a/stylesheets/gimp22.css b/stylesheets/gimp22.css
index 7c47bcb..277f3cb 100644
--- a/stylesheets/gimp22.css
+++ b/stylesheets/gimp22.css
@@ -555,6 +555,7 @@
 	}
 	.guimenu,.guisubmenu,.guimenuitem,.guilabel {
 		background-color: #eee;
+		white-space: nowrap;
 	}
 	/* these elements typically contain text and/or <img> */
 	.guibutton,.guiicon {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]