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

Oliver ospiess at qs1489.pair.com
Mon Oct 29 09:45:42 EDT 2007


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

Modified Files:
	style.css 
Log Message:
writing checbox-lists as <li>-lists

Index: style.css
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/style.css,v
retrieving revision 1.94
retrieving revision 1.95
diff -C2 -d -r1.94 -r1.95
*** style.css	17 Sep 2007 05:56:06 -0000	1.94
--- style.css	29 Oct 2007 13:45:40 -0000	1.95
***************
*** 465,468 ****
--- 465,479 ----
    margin-left:105px;
  }
+ .checkboxes-list {  /* this is used for example by COM_checkList */
+   list-style:none;
+   padding:0px;
+   margin:0px;
+ }
+ .checkboxes-list span{ /* space between the text and the checkbox */
+   padding-left:5px;
+ }
+ .checkboxes-list .gldefault { /* default blocks in the user settings block list */
+   font-weight:bold;
+ }
  /* Header *********************************************************************/
  .header-logo{




More information about the geeklog-cvs mailing list