[geeklog-cvs] Geeklog-1.x/public_html/layout/professional archivestorytext.thtml, 1.16, 1.17 featuredstorytext.thtml, 1.22, 1.23 storytext.thtml, 1.23, 1.24 style.css, 1.90, 1.91

Oliver ospiess at qs1489.pair.com
Sun Sep 16 22:44:31 EDT 2007


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

Modified Files:
	archivestorytext.thtml featuredstorytext.thtml storytext.thtml 
	style.css 
Log Message:
changing from <br> to <p> to allow more CSS flexibility

Index: storytext.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/storytext.thtml,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** storytext.thtml	5 Aug 2007 07:34:25 -0000	1.23
--- storytext.thtml	17 Sep 2007 02:44:29 -0000	1.24
***************
*** 8,14 ****
      <h1>{story_title_link}</h1>
      <div class="story-information">
!         {story_date}<br>
!         {lang_contributed_by} {start_contributedby_anchortag}{contributedby_author}{end_contributedby_anchortag}<br>
!         {lang_views} {story_hits}
      </div>
      <div class="story-body">
--- 8,14 ----
      <h1>{story_title_link}</h1>
      <div class="story-information">
!         <p>{story_date}</p>
!         <p>{lang_contributed_by} {start_contributedby_anchortag}{contributedby_author}{end_contributedby_anchortag}</p>
!         <p>{lang_views} {story_hits}</p>
      </div>
      <div class="story-body">
***************
*** 16,22 ****
      </div>
      <div class="story-footer">
!         {page_selector}<br>
!         {readmore_link} {post_comment_link}<br>
!         {plugin_itemdisplay}{comments_with_count} {trackbacks_with_count}
      </div>
  </div>
--- 16,22 ----
      </div>
      <div class="story-footer">
!         <p>{page_selector}</p>
!         <p>{readmore_link} {post_comment_link}</p>
!         <p>{plugin_itemdisplay}{comments_with_count} {trackbacks_with_count}</p>
      </div>
  </div>

Index: style.css
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/style.css,v
retrieving revision 1.90
retrieving revision 1.91
diff -C2 -d -r1.90 -r1.91
*** style.css	29 Aug 2007 09:36:25 -0000	1.90
--- style.css	17 Sep 2007 02:44:29 -0000	1.91
***************
*** 640,643 ****
--- 640,647 ----
    clear:both;
  }
+ .story-footer p{
+   padding:0px;
+   margin:0px;
+ }
  .story-information {
    /* the author, views and date of a story */
***************
*** 646,649 ****
--- 650,657 ----
    background:transparent;
    color:#000000;
+ }
+ .story-information p {
+   padding:0px;
+   margin:0px;
  }
  /******************************************************************************/

Index: featuredstorytext.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/featuredstorytext.thtml,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** featuredstorytext.thtml	5 Aug 2007 07:34:25 -0000	1.22
--- featuredstorytext.thtml	17 Sep 2007 02:44:29 -0000	1.23
***************
*** 8,22 ****
      <h1>{story_title_link}</h1>
      <div class="story-information">
!         {story_date}<br>
!         {lang_contributed_by} {start_contributedby_anchortag}{contributedby_author}{end_contributedby_anchortag}<br>
!         {lang_views} {story_hits}
      </div>
      <div class="story-body">
!         {story_anchortag_and_image}{story_introtext}
      </div>
      <div class="story-footer">
!         {page_selector}<br>
!         {readmore_link} {post_comment_link}<br>
!         {plugin_itemdisplay}{comments_with_count} {trackbacks_with_count}
      </div>
  </div>
--- 8,22 ----
      <h1>{story_title_link}</h1>
      <div class="story-information">
!         <p>{story_date}</p>
!         <p>{lang_contributed_by} {start_contributedby_anchortag}{contributedby_author}{end_contributedby_anchortag}</p>
!         <p>{lang_views} {story_hits}</p>
      </div>
      <div class="story-body">
!         {story_anchortag_and_image}{story_introtext}{story_bodytext}
      </div>
      <div class="story-footer">
!         <p>{page_selector}</p>
!         <p>{readmore_link} {post_comment_link}</p>
!         <p>{plugin_itemdisplay}{comments_with_count} {trackbacks_with_count}</p>
      </div>
  </div>

Index: archivestorytext.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/archivestorytext.thtml,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** archivestorytext.thtml	22 Apr 2007 11:29:57 -0000	1.16
--- archivestorytext.thtml	17 Sep 2007 02:44:29 -0000	1.17
***************
*** 8,14 ****
      <h1>{story_title_link}</h1>
      <div class="story-information">
!         {story_date}<br>
!         {lang_contributed_by} {start_contributedby_anchortag}{contributedby_author}{end_contributedby_anchortag}<br>
!         {lang_views} {story_hits}
      </div>
      <div class="story-body">
--- 8,14 ----
      <h1>{story_title_link}</h1>
      <div class="story-information">
!         <p>{story_date}</p>
!         <p>{lang_contributed_by} {start_contributedby_anchortag}{contributedby_author}{end_contributedby_anchortag}</p>
!         <p>{lang_views} {story_hits}</p>
      </div>
      <div class="story-body">
***************
*** 16,22 ****
      </div>
      <div class="story-footer">
!         {page_selector}<br>
!         {readmore_link} {post_comment_link}<br>
!         {plugin_itemdisplay}{comments_with_count} {trackbacks_with_count}
      </div>
  </div>
--- 16,22 ----
      </div>
      <div class="story-footer">
!         <p>{page_selector}</p>
!         <p>{readmore_link} {post_comment_link}</p>
!         <p>{plugin_itemdisplay}{comments_with_count} {trackbacks_with_count}</p>
      </div>
  </div>




More information about the geeklog-cvs mailing list