Update of /cvsroot/freevo/freevo/src/www/htdocs/styles
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv691/styles

Modified Files:
        main.css 
Log Message:
fixes for some issues Dischi pointed out:

o Fix invisible link underlines
o Change background of "pre" to light gray and add padding
o Fix CSS so it validates with jigsaw.w3.org
o Replace #content with content as it should be



Index: main.css
===================================================================
RCS file: /cvsroot/freevo/freevo/src/www/htdocs/styles/main.css,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** main.css    10 Feb 2004 22:33:20 -0000      1.15
--- main.css    12 Feb 2004 14:04:37 -0000      1.16
***************
*** 6,10 ****
  }
  
! A:link { 
      color: #000;
      text-decoration: none;
--- 6,10 ----
  }
  
! a { 
      color: #000;
      text-decoration: none;
***************
*** 12,20 ****
  }
  
! A:hover {
      color: #638BCA;
      }
  
! A:visited { 
      text-decoration: none;
      color: #000; 
--- 12,20 ----
  }
  
! a:hover {
      color: #638BCA;
      }
  
! a:visited { 
      text-decoration: none;
      color: #000; 
***************
*** 29,33 ****
          border-collapse:        collapse;
          width: 95%; 
-         border-width: none;
          margin-right: auto;
          margin-left: auto; }
--- 29,32 ----
***************
*** 173,177 ****
      color: #000000;
      border-collapse: collapse;
-     border-width: none;
      border-style: none;
      width: 100%; 
--- 172,175 ----
***************
*** 248,253 ****
  
  pre {
!     background:  #638BCA;
!     color: #000000;
  }
  
--- 246,252 ----
  
  pre {
!     background:  #ddd;
!     font-family: monospace;
!     padding: 1em;
  }
  
***************
*** 368,371 ****
--- 367,371 ----
        text-decoration:none;
        font-weight:bold;
+       border: none;
        color:#888;
        }



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to