Opened 17 years ago
Closed 17 years ago
#1197 closed defect (bug) (fixed)
CSS Typo for Recently Active Member Avatar Widget
| Reported by: | davidtcarson | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 1.2 |
| Component: | Version: | ||
| Severity: | Keywords: | has-patch | |
| Cc: |
Description
See line 1411 of screen.css in /bp-themes/bp-default/_inc/css/screen.css
.widget_bp_core_recently_active_widget div.item-avatar {
display: inline;
margin: 0 5px 5'''x''' 0;
}
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Tried to make the typo bold... anyhow, the bottom margin currently says "5x" where it should be "5px".