add style definitions for comments

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2969 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2008-11-09 11:20:39 +00:00
parent a2d87853cc
commit 429b6ececb

View file

@ -310,6 +310,24 @@ table.listing th {
font-weight: bold;
}
/* comments */
div.comment {
padding: 0.5em;
background-color: #eeeeff;
border: 1px solid #aaaaff;
}
.comment h3 {
margin-top: 0;
}
.comment .info {
font-style: italic;
padding-top: 3px;
padding-bottom: 0;
}
/* search stuff */
.searchForm input.button, input.submit {