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

Blaine Lang blaine at qs1489.pair.com
Sat May 31 14:52:54 EDT 2008


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

Modified Files:
	style.css 
Log Message:
Removed blockid feature as it was causing an issue with non-english based sites like chinese.
Removed hardcoded UL element from code for the COM_admin, COM_user and COM_topic block related functions
Added a new blockheader/footer set of templates for a listblock which is now used for the 3 noted blocks
Changed the CSS define to style the menu links for the 3 noted blocks so that it no longer uses a blockid,

Index: style.css
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/style.css,v
retrieving revision 1.100
retrieving revision 1.101
diff -C2 -d -r1.100 -r1.101
*** style.css	22 May 2008 07:47:00 -0000	1.100
--- style.css	31 May 2008 18:52:52 -0000	1.101
***************
*** 218,222 ****
  }
  /* Menus in blocks *****************************************************************/
! #AdminsOnly ul, #UserFunctions ul, #Topics ul {
    list-style:none;
    padding:0px;
--- 218,222 ----
  }
  /* Menus in blocks *****************************************************************/
! .blocklist ul {
    list-style:none;
    padding:0px;




More information about the geeklog-cvs mailing list