[geeklog-cvs] Geeklog-1.x/public_html/layout/professional style.css, 1.87, 1.88

Blaine Lang blaine at qs1489.pair.com
Sun Jun 10 09:47:13 EDT 2007


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional
In directory qs1489.pair.com:/tmp/cvs-serv57215/public_html/layout/professional

Modified Files:
	style.css 
Log Message:
User account/profile template changes to better handle a window resize and layout control.
CSS changes to format div notes lists better

Index: style.css
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/style.css,v
retrieving revision 1.87
retrieving revision 1.88
diff -C2 -d -r1.87 -r1.88
*** style.css	9 Jun 2007 20:17:13 -0000	1.87
--- style.css	10 Jun 2007 13:47:11 -0000	1.88
***************
*** 83,90 ****
    line-height:125%;
  }
! 
! form div.notes li {
!   margin-left:5px;
!   list-style-position:inside;
  }
  form fieldset div.notes {
--- 83,95 ----
    line-height:125%;
  }
! form div.notes ul {
!   margin:0px;
!   padding:0px;
!   padding-left:2px;
! }
! form div.notes ul li {
!   margin-left:15px;
!   list-style-position:outside;
!   padding-right:2px;
  }
  form fieldset div.notes {




More information about the geeklog-cvs mailing list