Making WordPress.org

Changeset 62


Ignore:
Timestamp:
08/17/2013 07:52:10 PM (12 years ago)
Author:
ocean90
Message:

Trac: Stop rendering images on timeline feed

This is a workaround for a bug in Trac, see http://trac.edgewall.org/ticket/10751.

fixes #87.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css

    r47 r62  
    784784}
    785785
     786/*
     787 * Workaround for Trac bug.
     788 * See ​http://trac.edgewall.org/ticket/10751
     789 */
     790.timeline img {
     791    display: none;
     792}
     793
    786794/* =Responsive / Mobile
    787795----------------------------------------------- */
Note: See TracChangeset for help on using the changeset viewer.