[dw-free] Journal title on profile page needs to be bigger
[commit: http://hg.dwscoalition.org/dw-free/rev/a9cd795cf28c]
http://bugs.dwscoalition.org/show_bug.cgi?id=1060
Increase journal title size on profile page.
Patch by
denise.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1060
Increase journal title size on profile page.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- htdocs/stc/profile.css
-------------------------------------------------------------------------------- diff -r 95e14adde193 -r a9cd795cf28c htdocs/stc/profile.css --- a/htdocs/stc/profile.css Sun Jun 14 20:37:51 2009 +0000 +++ b/htdocs/stc/profile.css Sun Jun 14 20:40:21 2009 +0000 @@ -95,6 +95,7 @@ .details_journal .journal_title { font-size: 1em; font-weight: bold; + font-size: larger; } .details_journal .journal_subtitle { font-style: italic; --------------------------------------------------------------------------------