[dw-free] Network page in Funky Circles lacks padding and some formatting
[commit: http://hg.dwscoalition.org/dw-free/rev/3eea570e1846]
http://bugs.dwscoalition.org/show_bug.cgi?id=1794
Apply reading page CSS to network page (Funky Circles).
Patch by
afuna.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1794
Apply reading page CSS to network page (Funky Circles).
Patch by
Files modified:
- bin/upgrading/s2layers/funkycircles/layout.s2
--------------------------------------------------------------------------------
diff -r 944576a95727 -r 3eea570e1846 bin/upgrading/s2layers/funkycircles/layout.s2
--- a/bin/upgrading/s2layers/funkycircles/layout.s2 Tue Sep 15 21:42:40 2009 -0500
+++ b/bin/upgrading/s2layers/funkycircles/layout.s2 Tue Sep 15 21:48:42 2009 -0500
@@ -403,6 +403,7 @@ h2#pagetitle {
.page-recent .entry-wrapper.has-userpic.journal-type-C .entry .contents,
.page-read .entry-wrapper.has-userpic .entry .contents,
+ .page-network .entry-wrapper.has-userpic .entry .contents,
.page-entry .entry-wrapper.has-userpic .entry .contents,
.page-reply .entry-wrapper.has-userpic .entry .contents,
.page-day .entry-wrapper.has-userpic.journal-type-C .entry .contents {
@@ -540,6 +541,7 @@ h2#pagetitle {
.page-recent .journal-type-C .entry .contents .poster,
.page-read .entry .contents .poster,
+.page-network .entry .contents .poster,
.page-entry .entry .contents .poster,
.page-entry .comment .contents .poster,
.page-reply .entry .contents .poster,
@@ -554,6 +556,7 @@ h2#pagetitle {
.page-recent .journal-type-C .entry .contents .poster:before,
.page-read .entry .contents .poster:before,
+ .page-network .entry .contents .poster:before,
.page-entry .entry .contents .poster:before,
.page-reply .entry .contents .poster:before,
.page-day .journal-type-C .entry .contents .poster:before {
--------------------------------------------------------------------------------
