Home | History | Annotate | Download | only in parse-only

Lines Matching refs:borderStyle

2241 	borderWidth: '@px @px @px @px', borderStyle: '@ @ @ @', borderColor: 'rgb(@, @, @) rgb(@, @, @) rgb(@, @, @) rgb(@, @, @)',
2245 Element.ShortStyles = {margin: {}, padding: {}, border: {}, borderWidth: {}, borderStyle: {}, borderColor: {}};
2259 Short.borderStyle[bds] = Short[bd][bds] = All[bds] = '@';