Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Duplicated "display" property #5985

Closed
miksh7 opened this issue May 9, 2013 · 1 comment
Closed

Duplicated "display" property #5985

miksh7 opened this issue May 9, 2013 · 1 comment

Comments

@miksh7
Copy link

miksh7 commented May 9, 2013

Fix the duplicated "display" property in jquery.mobile.structure-1.3.1.css

/* Make the label elements a percentage width */ 
.ui-table-reflow td .ui-table-cell-label,
.ui-table-reflow th .ui-table-cell-label { 
    display: block;
    padding: .4em; 
    min-width: 30%; 
    display: inline-block;
    margin: -.4em 1em -.4em -.4em;
}
@jaspermdegroot
Copy link
Contributor

@miksh7 - Thanks! Just removed it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
2 participants