[dw-free] Need consistent styling across the site
[commit: http://hg.dwscoalition.org/dw-free/rev/1950ae100330]
http://bugs.dwscoalition.org/show_bug.cgi?id=3243
Don't limit the size of the tag feeds box. (It looks a bit funny when there
are no tags in it becaues it stretches across the whole page, but it looks
even funnier if limited when there *are* tags in it because it becomes long
and skinny)
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3243
Don't limit the size of the tag feeds box. (It looks a bit funny when there
are no tags in it becaues it stretches across the whole page, but it looks
even funnier if limited when there *are* tags in it because it becomes long
and skinny)
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/stc/latest.css
-------------------------------------------------------------------------------- diff -r d4a04241f8d5 -r 1950ae100330 htdocs/stc/latest.css --- a/htdocs/stc/latest.css Tue Jan 04 15:16:49 2011 +0800 +++ b/htdocs/stc/latest.css Tue Jan 04 15:49:00 2011 +0800 @@ -42,6 +42,5 @@ } #tagfeeds { - width: 20em; text-align: center; } --------------------------------------------------------------------------------