diff options
-rw-r--r-- | version.inc | 2 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/version.inc b/version.inc index 6c5b67d47..4844f6170 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2013-12-06.519 +2013-12-07.520 diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 491f0a60e..14a708e55 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -935,6 +935,11 @@ tr.mceLast { box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444; } +.profile-match-photo img { + width: $top_photo !important; + height: $top_photo !important; +} + #sidebar-page-list .label { margin-left: 5px; } |