[dw-free] Skittlish Dreams & Refried Tablet: icon overlaps text if font is small enough
[commit: http://hg.dwscoalition.org/dw-free/rev/dbf00194709a]
http://bugs.dwscoalition.org/show_bug.cgi?id=3067
Fake space for poster so icon doesn't overlap (Refried Tablet).
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3067
Fake space for poster so icon doesn't overlap (Refried Tablet).
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/refriedtablet/layout.s2
-------------------------------------------------------------------------------- diff -r 785b7f07e683 -r dbf00194709a bin/upgrading/s2layers/refriedtablet/layout.s2 --- a/bin/upgrading/s2layers/refriedtablet/layout.s2 Thu Apr 28 11:37:35 2011 +0800 +++ b/bin/upgrading/s2layers/refriedtablet/layout.s2 Thu Apr 28 11:42:30 2011 +0800 @@ -407,6 +407,11 @@ and keep subject lines from poking into top: 5em; margin-bottom: 5em; } + +.has-userpic .entry .entry-poster.empty { + padding-bottom: 1em; +} + .no-userpic .entry-content { position: static; margin-bottom: auto; --------------------------------------------------------------------------------