[MacPorts] #2213: Need fix dp.css becouse shift in design occured in IE/linux Mozilla

MacPorts trac at macosforge.org
Thu Jan 24 22:44:02 PST 2008


#2213: Need fix dp.css becouse shift in design occured in IE/linux Mozilla
---------------------------+------------------------------------------------
  Reporter:  jc at crazic.ru  |       Owner:  matt at macports.org      
      Type:  defect        |      Status:  closed                 
  Priority:  Normal        |   Milestone:  Website & Documentation
 Component:  website       |     Version:  1.0                    
Resolution:  fixed         |    Keywords:                         
---------------------------+------------------------------------------------
Changes (by jmpp at macports.org):

  * component:  www => website
  * milestone:  => Website & Documentation

Old description:

> http://darwinports.opendarwin.org/getdp/
> footer is less than main window;
> <pre> </pre> increase width main window.
>
> --- dp.css-orig 2003-11-19 04:59:06.000000000 +0300
> +++ dp.css      2004-09-14 12:08:02.390231736 +0400
> @@ -82,8 +82,9 @@
>  }
>
>  pre {
> -       color:  #369;
> -       font-family: Courier, "Courier New", monospace;
> +       color: #369;
> +       font-family: Sans, "Sans serif";
> +       font-size: 14px;
>         margin-left: 20px;
>  }

New description:

 http://darwinports.opendarwin.org/getdp/
 footer is less than main window;
 <pre> </pre> increase width main window.

 {{{
 #!diff
 --- dp.css-orig 2003-11-19 04:59:06.000000000 +0300
 +++ dp.css      2004-09-14 12:08:02.390231736 +0400
 @@ -82,8 +82,9 @@
  }

  pre {
 -       color:  #369;
 -       font-family: Courier, "Courier New", monospace;
 +       color: #369;
 +       font-family: Sans, "Sans serif";
 +       font-size: 14px;
         margin-left: 20px;
  }
 }}}

-- 
Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/2213#comment:2>
MacPorts </projects/macports>
Ports system for Mac OS


More information about the macports-tickets mailing list