Sublime directory Surf the web anonymous Pagerank Monitor


Copying css data from one file to another

enjoy
Tue 29 June 2010, 08:05 pm GMT +0200
I have a style sheet a file A.css
.class1 {
         font-weight: bold;
         color: #cc3333;
         text-decoration: underline;
}

I want to copy class1 style sheet information to another
like class2 = class1

riedl9176
Fri 30 July 2010, 04:01 am GMT +0200
.class1,.class2 {
         font-weight: bold;
         color: #cc3333;
         text-decoration: underline;
}
Do not know if this is what you want

saracriss
Tue 28 September 2010, 05:34 pm GMT +0200
Yeah the same thing.
Design and attributes of two classes same but name different.

website design
Mon 29 August 2011, 04:00 am GMT +0200
thanks for providing it

Archive for SMF v1.00 by N.P. Valid XHTML 1.0 Transitional