|
|
 |
Re: FN-FORUM circle-square
date posted 9th September 2002 22:02
----- Original Message -----
From: "Andrew Wilson" [EMAIL REMOVED]
To: "Freelance Forum" [EMAIL REMOVED]
Sent: Monday, September 09, 2002 9:31 PM
Subject: FN-FORUM circle-square
> unbelievable - after all the messages on here the new web site is live
> tonight at www.circle-square.co.uk and guess what? He is still using
> gfd.css. Some things are just too good to let go off eh?
>
> Andrew
Well!! Wow!! Get the ducking stool out!!
I'm not exactly a fan of thieving code, but have you actually bothered to
look at the file itself?
4 simple style declarations not at all unlike 1000's I've written myself and
hardly brim full of unique IP. Thats even assuming that it is the same code
as before, and not just a file with the same name that was edited until the
styles fitted his new requirements. I can't say I bothered to look at the
original .css and a can't imagine most other list members did either.
For christ's sake stop the bloody witch hunt.
Mark
#################### Code start
#############################################
.footer {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: italic;
color: #333333;
}
.body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: italic;
color: #333333;
}
.bodybold {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: italic;
color: #0099FF;
}
.bodybullet {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: italic;
color: #333333;
list-style-position: outside;
list-style-type: disc;
}
#################### Code End #############################################
|
 |
|