Update of /cvsroot/openfirst/base/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1272/config
Modified Files:
style.css
Log Message:
formatting
Index: style.css
===================================================================
RCS file: /cvsroot/openfirst/base/config/style.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** style.css 15 May 2005 23:44:52 -0000 1.3
--- style.css 15 May 2005 23:46:19 -0000 1.4
***************
*** 97,104 ****
text-align: center;
}
! td { padding: 5px; }
! th { padding: 5px; }
! table.menu { border-left:0px;border-right:0px;border-bottom:0px; }
! td.menu {border-left:0px;border-right:0px;border-bottom:0px; }
body {
color: black;
--- 97,116 ----
text-align: center;
}
! td {
! padding: 5px;
! }
! th {
! padding: 5px;
! }
! table.menu {
! border-left:0px;
! border-right:0px;
! border-bottom:0px;
! }
! td.menu {
! border-left:0px;
! border-right:0px;
! border-bottom:0px;
! }
body {
color: black;
***************
*** 137,141 ****
}
! .small { font-size:small; }
fieldset {
margin: 1em 1.5em;
--- 149,155 ----
}
! .small {
! font-size:small;
! }
fieldset {
margin: 1em 1.5em;
|