adjust positioning for description and images embedded in rstx
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3886 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
ec0516ad74
commit
6fbf8a08ae
1 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ textarea {
|
|||
|
||||
.description {
|
||||
font-style: italic;
|
||||
margin-top: 0.5em;
|
||||
/* margin-top: 0.5em;*/
|
||||
margin-bottom: 0.3em;
|
||||
}
|
||||
|
||||
|
@ -330,12 +330,12 @@ div.menu-1, div.menu-2 {
|
|||
|
||||
.flow-left {
|
||||
float: left;
|
||||
padding: 0.8em 0.8em 0.8em 0;
|
||||
padding: 0.4em 0.8em 0.8em 0;
|
||||
}
|
||||
|
||||
.flow-right {
|
||||
float: right;
|
||||
padding: 0.8em 0.8em 0.8em 0;
|
||||
padding: 0.4em 0.8em 0.8em 0;
|
||||
}
|
||||
|
||||
div.image {
|
||||
|
|
Loading…
Add table
Reference in a new issue