Missing storybox style
Kent Johnson <[email protected]> Tue, 25 May 2004 21:44:52 -0400
| Newsgroups | gmane.comp.python.pyds.user |
|---|---|
| Message-ID | <[email protected]> |
The default pyds.css style sheet is missing the storybox style used by the
StoryRendering template. I added this one:
.storybox {
background-color: white;
border: solid;
border-color: grey;
border-width: 1px;
padding: 0.25em 0.75em;
}
Kent