Comment 2 for bug 1431428

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/163885
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=5d2b7a7fc7d9292865edcbb2fe184d35f4b8d41a
Submitter: Jenkins
Branch: master

commit 5d2b7a7fc7d9292865edcbb2fe184d35f4b8d41a
Author: Brian Tully <email address hidden>
Date: Thu Mar 12 11:59:54 2015 -0400

    Fix CSS, remove bad semicolon in _variables.scss

    There is an extra semicolon in _variables.scss that will output a
    stray "!default;" at the top of the compiled CSS files, which usually
    will invalidate the first CSS statement in the file (as well as
    invalidate the css).

    Change-Id: I247f330225cf14c071e8aeb6bcd8321d5030ca72
    Closes-Bug: 1431428