Code:
::-moz-selection {
background : #333;
color : #fff;
++++++++++++++++++++++++++++++++++++++++
.group:after {
display : block;
height : 0;
font-size : 0;
content : ".";
clear : both;
visibility : hidden;
}
::-moz-selection {
background : #333;
color : #fff;
++++++++++++++++++++++++++++++++++++++++
.group:after {
display : block;
height : 0;
font-size : 0;
content : ".";
clear : both;
visibility : hidden;
}
Comment