Index: openacs-4/packages/acs-subsite/www/resources/default-master.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/resources/default-master.css,v diff -u -r1.5 -r1.5.6.1 --- openacs-4/packages/acs-subsite/www/resources/default-master.css 11 May 2005 13:24:37 -0000 1.5 +++ openacs-4/packages/acs-subsite/www/resources/default-master.css 27 Mar 2007 09:02:13 -0000 1.5.6.1 @@ -1,32 +1,3 @@ -#login-box { - border: black 1px solid; - padding: 4px; -} - -TABLE.table-display { - font-family: tahoma, verdana, helvetica; - font-size: 85%; -} - -TR.table-header { - background-color: #cccccc; -} - -TR.even { - background-color: #f0f0f0; -} - -TR.odd { - background-color: #e0e0e0; -} - -/* Replace deprictated center tags in forms. Eventually all forms should use form builder and this tag should not be used */ - -DIV.submit-button { - text-align: center; -} - - /* Calendar widget css */ /* The main calendar widget. DIV containing a table. */ Index: openacs-4/packages/acs-subsite/www/resources/site-master.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/resources/site-master.css,v diff -u -r1.27.2.3 -r1.27.2.4 --- openacs-4/packages/acs-subsite/www/resources/site-master.css 2 Mar 2007 16:12:35 -0000 1.27.2.3 +++ openacs-4/packages/acs-subsite/www/resources/site-master.css 27 Mar 2007 09:02:13 -0000 1.27.2.4 @@ -1,4 +1,34 @@ +/* Styles originally defined in default-master.css */ +#login-box { + border: black 1px solid; + padding: 4px; +} + +TABLE.table-display { + font-family: tahoma, verdana, helvetica; + font-size: 85%; +} + +TR.table-header { + background-color: #cccccc; +} + +TR.even { + background-color: #f0f0f0; +} + +TR.odd { + background-color: #e0e0e0; +} + +/* Replace deprecated center tags in forms. Eventually all forms should use form builder and this tag should not be used */ + +DIV.submit-button { + text-align: center; +} + + /********************************************************************** /* Site-Wide/Master Templates /**********************************************************************/