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:
parent
a2d87853cc
commit
429b6ececb
1 changed files with 18 additions and 0 deletions
|
@ -310,6 +310,24 @@ table.listing th {
|
||||||
font-weight: bold;
|
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 */
|
/* search stuff */
|
||||||
|
|
||||||
.searchForm input.button, input.submit {
|
.searchForm input.button, input.submit {
|
||||||
|
|
Loading…
Add table
Reference in a new issue