[livejournal] r21071: LJSUP-10988: Add position and social cap...
Committer: narefieva
LJSUP-10988: Add position and social capital to user profileU trunk/htdocs/stc/profile.css U trunk/htdocs/userinfo.bml
Modified: trunk/htdocs/stc/profile.css
===================================================================
--- trunk/htdocs/stc/profile.css 2012-02-02 07:12:22 UTC (rev 21070)
+++ trunk/htdocs/stc/profile.css 2012-02-02 10:11:34 UTC (rev 21071)
@@ -126,12 +126,18 @@
.details_journal {
}
- .details_journal .journal_title {
- font-size: 1em;
+ .details_journal H2.journal_title {
+ font-size: 1em !important;
font-weight: bold;
+ font-style: normal;
+ color: #000;
}
- .details_journal .journal_subtitle {
+ .details_journal H3.journal_subtitle {
+ margin: 0 0 0.7em;
font-style: italic;
+ font-weight: normal;
+ font-size: 1em;
+ color: #000;
}
.details_stats {
@@ -177,8 +183,8 @@
padding: 0;
}
P.details-rating {
- padding: 22px 0 10px;
-}
+ padding: 16px 0 10px;
+ }
.user_details_bottom {
font-size: 0.85em;
padding-top: 5px;
Modified: trunk/htdocs/userinfo.bml
===================================================================
--- trunk/htdocs/userinfo.bml 2012-02-02 07:12:22 UTC (rev 21070)
+++ trunk/htdocs/userinfo.bml 2012-02-02 10:11:34 UTC (rev 21071)
@@ -592,8 +592,8 @@
my $title = $u->{journaltitle} ? LJ::ehtml($u->{journaltitle}) : BML::ml('.details.title', { user => $u->display_username });
my $subtitle = $u->{journalsubtitle} ? LJ::ehtml($u->{journalsubtitle}) : '';
$body .= "<div class='details_journal'>";
- $body .= "<p class='journal_title'>$title</p>";
- $body .= "<p class='journal_subtitle'>$subtitle</p>" if $subtitle;
+ $body .= "<h2 class='journal_title'>$title</h2>";
+ $body .= "<h3 class='journal_subtitle'>$subtitle</h3>" if $subtitle;
$body .= "</div>";
## journal warnings
