Opened 10 years ago
Closed 10 years ago
#7005 closed defect (bug) (fixed)
"text-align: auto;" is not a valid rule (avatar.css, avatar-rtl.css)
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.6 | Priority: | normal |
| Severity: | normal | Version: | 2.2 |
| Component: | Templates | Keywords: | has-patch |
| Cc: |
Description
Invalid CSS rules are applied to:
.drag-drop .drag-drop-inside p.drag-drop-buttons
See:
- https://css-tricks.com/almanac/properties/t/text-align/
- http://www.w3schools.com/cssref/pr_text_text-align.asp
In this case, these can be inherit since the parent element has text alignment settings, and the intention is for these buttons to follow.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
Prefer
inheritvs.auto(which is invalid)