Update of /cvsroot/tmapi-utils/tmapi-utils/web/styles
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1060/web/styles
Modified Files:
global.css print.css
Log Message:
Minor changes
Index: global.css
===================================================================
RCS file: /cvsroot/tmapi-utils/tmapi-utils/web/styles/global.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** global.css 11 Jul 2005 15:58:26 -0000 1.1
--- global.css 12 Jul 2005 15:20:16 -0000 1.2
***************
*** 1,7 ****
body {
color: #000;
background-color: #FFF;
background-image: url("/images/background.png");
! background-repeat: repeat-x;
background-position: 100% 100%;
background-attachment: fixed;
--- 1,10 ----
+ /*
+ $Id$
+ */
body {
color: #000;
background-color: #FFF;
background-image: url("/images/background.png");
! background-repeat: repeat-x;
background-position: 100% 100%;
background-attachment: fixed;
***************
*** 57,61 ****
#navigation {
float: left;
! font-size: small;
margin: 0 0 0 1%;
width: 16%;
--- 60,64 ----
#navigation {
float: left;
! font-size: medium;
margin: 0 0 0 1%;
width: 16%;
***************
*** 78,86 ****
#navigation .relatedsites {
margin-top: 30px;
! font-size: smaller;
}
#main {
! float: right;
width: 75%;
margin-right: 2%;
--- 81,89 ----
#navigation .relatedsites {
margin-top: 30px;
! font-size: small;
}
#main {
! float: right;
width: 75%;
margin-right: 2%;
Index: print.css
===================================================================
RCS file: /cvsroot/tmapi-utils/tmapi-utils/web/styles/print.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** print.css 11 Jul 2005 15:58:26 -0000 1.1
--- print.css 12 Jul 2005 15:20:16 -0000 1.2
***************
*** 1,2 ****
--- 1,5 ----
+ /*
+ $Id$
+ */
body {
background-color: #FFF;
|