Indefero

Indefero Commit Details


Date:2011-12-12 17:32:11 (13 years 9 days ago)
Author:Thomas Keller
Branch:develop, release-1.3
Commit:6a20b36700b81680acfd928f54d3092f4d182625
Parents: a83634c1662f8498e5f1b63301330265c5c5f9e2
Message: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.
Changes:

File differences

www/media/idf/css/style.css
799799
800800
801801
802
803
804
805
806802
807803
808804
......
937933
938934
939935
936
937
938
939
940940
941941
942942
/**
* Wiki
*/
#wiki-content p {
clear: both;
}
p.desc {
background-color: #eeeeec;
-moz-border-radius: 3px;
padding: 5px;
}
.resource-container:after {
clear: both;
}
.resource-container .preview {
margin-bottom: 5px;
}

Archive Download the corresponding diff file

Page rendered in 0.07742s using 13 queries.