gimp-help-2 r2388 - in trunk: . stylesheets



Author: ulfehlert
Date: Mon Mar  3 17:28:41 2008
New Revision: 2388
URL: http://svn.gnome.org/viewvc/gimp-help-2?rev=2388&view=rev

Log:
2008-03-03  Ulf-D. Ehlert  <ulfehlert svn gnome org>

	* stylesheets/gimp-help-screen.css
	* stylesheets/gimp22.css: added a rule to suppress generating
	link icons for indexterms; this should fix bug #450083


Modified:
   trunk/ChangeLog
   trunk/stylesheets/gimp-help-screen.css
   trunk/stylesheets/gimp22.css

Modified: trunk/stylesheets/gimp-help-screen.css
==============================================================================
--- trunk/stylesheets/gimp-help-screen.css	(original)
+++ trunk/stylesheets/gimp-help-screen.css	Mon Mar  3 17:28:41 2008
@@ -20,11 +20,11 @@
 	2007-03-01 ude: recolored variablelists within a variablelist
 */
 @media screen {
-  body {
-    font-family: sans-serif;
-    font-size: 100%;
-    padding: 0;
-    margin: 0;
+body {
+  font-family: sans-serif;
+  font-size: 100%;
+  padding: 0;
+  margin: 0;
 }
 .book,.section,div.sect1,div.sect2,div.sect3,.simplesect,.chapter,.part,.preface,.glossary,.bibliography,.reference,.refentry,.appendix,.index
 {
@@ -231,6 +231,9 @@
   background-repeat: no-repeat;
   background-position: center left;
 }
+p > a.indexterm {
+  display: none;
+}
 pre {
   overflow: auto;
 }
@@ -556,8 +559,6 @@
   color: #0e2426;
   background-color: #f0ffff;	/* azure */
   border: 1px solid #999999;	/* grey60 */
-  background-color: #f0ffff; /* azure */
-  border: 1px solid #999; /* grey60 */
   font-style: italic;
   padding-left: 2px;
   padding-right: 2px;

Modified: trunk/stylesheets/gimp22.css
==============================================================================
--- trunk/stylesheets/gimp22.css	(original)
+++ trunk/stylesheets/gimp22.css	Mon Mar  3 17:28:41 2008
@@ -220,6 +220,9 @@
 		background-repeat: no-repeat;
 		background-position: center left;
 	}
+	p > a.indexterm {
+		display: none;
+	}
 	pre {
 		overflow: auto;
 	}



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