[dw-nonfree] Transmogrified tags page malformed in Google Chrome
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/fb841afc3608]
http://bugs.dwscoalition.org/show_bug.cgi?id=1187
Fix CSS for Google Chrome.
Patch by
wyntarvox.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1187
Fix CSS for Google Chrome.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/transmogrified/layout.s2
-------------------------------------------------------------------------------- diff -r c0bfccbdee8b -r fb841afc3608 bin/upgrading/s2layers/transmogrified/layout.s2 --- a/bin/upgrading/s2layers/transmogrified/layout.s2 Mon May 18 00:36:16 2009 +0000 +++ b/bin/upgrading/s2layers/transmogrified/layout.s2 Mon May 18 01:12:36 2009 +0000 @@ -356,8 +356,8 @@ function print_stylesheet () { padding-bottom: 20px; } - .page-tags #content{ - border: 1px solid $*color_tagspage_border; + .tags-container { + border: 1px solid $*color_tagspage_border; padding: 10px; margin-top: 10px; } --------------------------------------------------------------------------------