Instead of breaking for every paragraph (which makes our toc look
really broken, break after the first element after a resource container. This also means that resource containers cannot be "chained" together to all float left or right, but we have to draw a line somewhere.
This commit is contained in:
parent
a83634c166
commit
6a20b36700
@ -799,10 +799,6 @@ table.download {
|
|||||||
/**
|
/**
|
||||||
* Wiki
|
* Wiki
|
||||||
*/
|
*/
|
||||||
#wiki-content p {
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
p.desc {
|
p.desc {
|
||||||
background-color: #eeeeec;
|
background-color: #eeeeec;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
@ -937,6 +933,10 @@ ol > li {
|
|||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.resource-container:after {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
.resource-container .preview {
|
.resource-container .preview {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user