Revision: 1250
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1250&view=rev
Author:   zas_
Date:     2008-11-17 18:05:42 +0000 (Mon, 17 Nov 2008)

Log Message:
-----------
Fix up links and various enhancements.

Modified Paths:
--------------
    trunk/doc/style_print.css

Modified: trunk/doc/style_print.css
===================================================================
--- trunk/doc/style_print.css   2008-11-17 17:17:47 UTC (rev 1249)
+++ trunk/doc/style_print.css   2008-11-17 18:05:42 UTC (rev 1250)
@@ -1,5 +1,5 @@
 body {
-       background: white;
+       background: transparent;
        font-size: 12pt;
 }
 
@@ -11,18 +11,27 @@
        display: none;
 }
 
-a:link, a:visited {
-       color: #520;
+a {
+       color: black;
        background: transparent;
-       font-weight: bold;
        text-decoration: underline;
 }
 
+a.bottomnote {
+       text-decoration: none;
+}
+
+a.bottomnote:link:after, a.bottomnote:visited:after {
+       text-decoration: none;
+       content: "";
+}
+
 a:link:after, a:visited:after {
        content: " (" attr(href) ") ";
        font-size: 90%;
-  }
+}
 
+
 /*
 a[href^="/"]:after {
        content: " (http://www.example.com"; attr(href) ") ";
@@ -30,17 +39,17 @@
 */
 
 h1 {
-       background: white;
+       background: transparent;
        border-bottom: 1px dotted gray;
 }
 
 h2 {
-       background: white;
+       background: transparent;
        border-bottom: 1px dotted gray;
 }
 
 h3 {
-       background: white;
+       background: transparent;
        border-bottom: 1px dotted gray;
 }
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to