summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
10120fd)
- fixing bullet points overflowing lead image
- adding top margin for lead image
.entry-wrapped img.entry-picture {
float: left;
.entry-wrapped img.entry-picture {
float: left;
- margin: 0 1.5em 1em 0; }
+ margin: 1.5em 1.5em 1em 0; }
+
+.entry-wrapped .lead ul {
+ overflow: hidden;
+ padding-left: 16px; }
.submit-link {
margin-top: 1em;
.submit-link {
margin-top: 1em;
.entry-wrapped img.entry-picture {
float: left;
.entry-wrapped img.entry-picture {
float: left;
+ margin: 1.5em 1.5em 1em 0;
+}
+
+.entry-wrapped .lead ul {
+ overflow: hidden;
+ padding-left: 16px;