css format file?
Posted
by rafael
on Stack Overflow
See other posts from Stack Overflow
or by rafael
Published on 2010-06-14T08:04:47Z
Indexed on
2010/06/14
8:12 UTC
Read the original article
Hit count: 277
please give me the code.
input file:
#box8 {
position:absolute;
}
#box8 .buttons {
text-align:left;
}
output file should be like this:
headers:#box8
#box8
Items:position:absolute;
text-align:left;
© Stack Overflow or respective owner