Update of /cvsroot/pfc-prolog/prolix/web/css
In directory sc8-pr-cvs1:/tmp/cvs-serv23762
Modified Files:
prolix.css
Log Message:
Superficial look changes
Index: prolix.css
===================================================================
RCS file: /cvsroot/pfc-prolog/prolix/web/css/prolix.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** prolix.css 27 Jul 2003 14:20:00 -0000 1.1
--- prolix.css 15 Aug 2003 16:53:37 -0000 1.2
***************
*** 1,17 ****
/**
- * FIXME: GPL NOTE
*
! */
!
body
{
! background-color: #8ec984;
color: black;
}
h1
{
! background-color: navy;
! color: red;
}
--- 1,34 ----
/**
*
! * Copyright 2003 Ivan Frade
! *
! * This file is part of Prolix.
! *
! * Prolix is free software; you can redistribute it and/or modify
! * it under the terms of the GNU General Public License as published by
! * the Free Software Foundation; either version 2 of the License, or
! * (at your option) any later version.
! *
! * Prolix is distributed in the hope that it will be useful,
! * but WITHOUT ANY WARRANTY; without even the implied warranty of
! * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! * GNU General Public License for more details.
! *
! * You should have received a copy of the GNU General Public License
! * along with Prolix; if not, write to the Free Software
! * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
! *
! **/
body
{
! background-color: #9f9264;
color: black;
+ margin: 1cm;
}
h1
{
! background-color: #f1d700;
! color: #7e6a27;
}
|