#2216: css error in public/css/style.css
----------------------------------+-----------------------------------------
 Reporter:  akean                 |        Owner:  faide
     Type:  defect                |       Status:  new  
 Priority:  normal                |    Milestone:  2.0b6
Component:  Quickstart Templates  |      Version:  trunk
 Severity:  normal                |   Resolution:       
 Keywords:                        |  
----------------------------------+-----------------------------------------
Changes (by jorge.vargas):

  * version:  1.0.8 => trunk
  * component:  TurboGears => Quickstart Templates
  * milestone:  1.1 => 2.0b6

Old description:

> there's a tiny typo in the default style.css of any new project created
> by
> paster quickstart <project>:
>
> the sidebar class has the configuration:  (line 199)
> .sidebar {
>   border: 1px solid #cce;
>   background-color: #eee;
>   margin: 0.5em;
>   margin-left: 1.5em;
>   padding: 1em;
>   float: right;
>   width: 200px;
>   font-size: 88%;
>   background-color: #fffe1;   <<<----(line 208)
>   background-repeat:repeat-x;
> }
>
> that needs to be a 3 or 6-char color.
> Always shows up as an error.

New description:

 there's a tiny typo in the default style.css of any new project created by
 paster quickstart <project>:

 the sidebar class has the configuration:  (line 199)
 {{{
 .sidebar {
   border: 1px solid #cce;
   background-color: #eee;
   margin: 0.5em;
   margin-left: 1.5em;
   padding: 1em;
   float: right;
   width: 200px;
   font-size: 88%;
   background-color: #fffe1;   <<<----(line 208)
   background-repeat:repeat-x;
 }
 }}}
 that needs to be a 3 or 6-char color.
 Always shows up as an error.

Comment:

 Thanks anita!

 I took a look at this and I think both lines should be gone there is a
 background-color #eee above and the repeat makes little sense if there is
 no image. So I removed both in r6350

 PS: you may want to click preview before summit, remember trac has a wiki
 syntax. Also check your defaults,

-- 
Ticket URL: <http://trac.turbogears.org/ticket/2216#comment:1>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to