[geeklog-cvs] Geeklog-1.x/public_html/layout/professional adminoption.thtml, 1.1.1.1, 1.2 adminoption_off.thtml, 1.1.1.1, 1.2 style.css, 1.91, 1.92 topicoption.thtml, 1.2, 1.3 topicoption_off.thtml, 1.2, 1.3 useroption.thtml, 1.1.1.1, 1.2 useroption_off.thtml, 1.1.1.1, 1.2
Oliver
ospiess at qs1489.pair.com
Mon Sep 17 00:37:24 EDT 2007
- Previous message (by thread): [geeklog-cvs] Geeklog-1.x/public_html lib-common.php,1.653,1.654
- Next message (by thread): [geeklog-cvs] Geeklog-1.x/public_html/layout/professional header.thtml, 1.31, 1.32 menuitem.thtml, 1.1.1.1, 1.2 menuitem_last.thtml, 1.1.1.1, 1.2 menuitem_none.thtml, 1.1.1.1, 1.2 style.css, 1.92, 1.93
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional
In directory qs1489.pair.com:/tmp/cvs-serv30432/layout/professional
Modified Files:
adminoption.thtml adminoption_off.thtml style.css
topicoption.thtml topicoption_off.thtml useroption.thtml
useroption_off.thtml
Log Message:
using list-semantics instead of <br>
Index: useroption.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/useroption.thtml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** useroption.thtml 26 Sep 2004 09:59:44 -0000 1.1.1.1
--- useroption.thtml 17 Sep 2007 04:37:22 -0000 1.2
***************
*** 1 ****
! <a href="{option_url}">{option_label}</a> {option_count}<br>
--- 1 ----
! <li><a href="{option_url}">{option_label}</a> {option_count}</li>
Index: adminoption_off.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/adminoption_off.thtml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** adminoption_off.thtml 26 Sep 2004 09:59:42 -0000 1.1.1.1
--- adminoption_off.thtml 17 Sep 2007 04:37:22 -0000 1.2
***************
*** 1 ****
! {option_label} ({option_count})<br>
--- 1 ----
! <li>{option_label} ({option_count})</li>
Index: style.css
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/style.css,v
retrieving revision 1.91
retrieving revision 1.92
diff -C2 -d -r1.91 -r1.92
*** style.css 17 Sep 2007 02:44:29 -0000 1.91
--- style.css 17 Sep 2007 04:37:22 -0000 1.92
***************
*** 218,221 ****
--- 218,227 ----
font-size:larger;
}
+ /* Menus in blocks *****************************************************************/
+ #Admins_Only ul, #User_Functions ul, #Topics ul {
+ list-style:none;
+ padding:0px;
+ margin:0px;
+ }
/* general alignment classes **************************************************/
.alignleft {
Index: adminoption.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/adminoption.thtml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** adminoption.thtml 26 Sep 2004 09:59:42 -0000 1.1.1.1
--- adminoption.thtml 17 Sep 2007 04:37:22 -0000 1.2
***************
*** 1 ****
! <a href="{option_url}">{option_label}</a> ({option_count})<br>
--- 1 ----
! <li><a href="{option_url}">{option_label}</a> ({option_count})</li>
Index: useroption_off.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/useroption_off.thtml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** useroption_off.thtml 26 Sep 2004 09:59:44 -0000 1.1.1.1
--- useroption_off.thtml 17 Sep 2007 04:37:22 -0000 1.2
***************
*** 1 ****
! {option_label} {option_count}<br>
--- 1 ----
! <li>{option_label} {option_count}</li>
Index: topicoption_off.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/topicoption_off.thtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** topicoption_off.thtml 18 Jun 2006 04:01:52 -0000 1.2
--- topicoption_off.thtml 17 Sep 2007 04:37:22 -0000 1.3
***************
*** 1 ****
! <div class="topicoption-off">{option_label} {option_count}</div>
--- 1 ----
! <li class="topicoption-off">{option_label} {option_count}</li>
Index: topicoption.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/topicoption.thtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** topicoption.thtml 18 Jun 2006 04:01:52 -0000 1.2
--- topicoption.thtml 17 Sep 2007 04:37:22 -0000 1.3
***************
*** 1 ****
! <div class="topicoption"><a href="{option_url}">{option_label}</a> {option_count}</div>
--- 1 ----
! <li class="topicoption"><a href="{option_url}">{option_label}</a> {option_count}</li>
- Previous message (by thread): [geeklog-cvs] Geeklog-1.x/public_html lib-common.php,1.653,1.654
- Next message (by thread): [geeklog-cvs] Geeklog-1.x/public_html/layout/professional header.thtml, 1.31, 1.32 menuitem.thtml, 1.1.1.1, 1.2 menuitem_last.thtml, 1.1.1.1, 1.2 menuitem_none.thtml, 1.1.1.1, 1.2 style.css, 1.92, 1.93
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the geeklog-cvs
mailing list