Skip to content

Commit a610c5c

Browse files
committed
[css2] Changed <'border-width'> and <'border-style'> to
<border-width> and <border-style> for 'border' and all four border props --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401788
1 parent 5eb7e44 commit a610c5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/properties/properties.db

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222

2323

2424
/* border-top border-right border-bottom border-left;;
25-
[ <'border-width'> || <'border-style'> || <color> ] | inherit;;
25+
[ <border-width> || <border-style> || <color> ] | inherit;;
2626
see individual properties;;
2727
*;; no;; N/A ;; visual
2828
*/
2929
*/
3030
/* border;;
31-
[ <'border-width'> || <'border-style'> || <color> ] | inherit;;
31+
[ <border-width> || <border-style> || <color> ] | inherit;;
3232
see individual properties;;
3333
*;; no;; N/A ;; visual
3434
*/

0 commit comments

Comments
 (0)