mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-06-14 08:40 pm

[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 [staff profile] denise.

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;
--------------------------------------------------------------------------------