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: | johnjamesjacoby | Owned by: | johnjamesjacoby |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.6 |
| Component: | Templates | Version: | 2.2 |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Prefer
inheritvs.auto(which is invalid)