4 lines
71 B
CSS
4 lines
71 B
CSS
.class{width:99px;}
|
|
.overwrite{width:99px;}
|
|
.nested .class{width:5px;}
|
.class{width:99px;}
|
|
.overwrite{width:99px;}
|
|
.nested .class{width:5px;}
|