#2217: css error in public/css/style.css
------------------------+---------------------------------------------------
Reporter: akean | Owner: faide
Type: defect | Status: new
Priority: normal | Milestone: 1.1
Component: TurboGears | Version: 1.0.8
Severity: normal | Keywords:
------------------------+---------------------------------------------------
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.
--
Ticket URL: <http://trac.turbogears.org/ticket/2217>
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
-~----------~----~----~----~------~----~------~--~---