[geeklog-cvs] geeklog: Added span tags in page navigation around current page....

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Apr 8 10:04:42 EDT 2012


changeset 8584:8f033fb9a3ed
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/8f033fb9a3ed
user: Tom <websitemaster at cogeco.net>
date: Sun Apr 08 09:54:03 2012 -0400
description:
Added span tags in page navigation around current page. Updated css of naviagation for Professional Themes

diffstat:

 public_html/layout/professional/style.css          |  19 ++++++++-----------
 public_html/layout/professional_css/css/common.css |  14 +++++++-------
 public_html/lib-common.php                         |   2 +-
 3 files changed, 16 insertions(+), 19 deletions(-)

diffs (101 lines):

diff -r 04d56f453af9 -r 8f033fb9a3ed public_html/layout/professional/style.css
--- a/public_html/layout/professional/style.css	Fri Apr 06 12:09:33 2012 -0400
+++ b/public_html/layout/professional/style.css	Sun Apr 08 09:54:03 2012 -0400
@@ -1042,10 +1042,9 @@
 
 div.gl-pagenav b {
    display: inline-block;
-   margin: 8px;
-   padding: 8px;
-   border: 1px solid #cccccc;
-   line-height: 1.7;
+   margin: 3px;
+   padding: 3px;
+   line-height: 1.5;
  }
  
 /* for IE6 { */
@@ -1064,10 +1063,8 @@
  
 div.gl-pagenav a {
    display: inline-block;
-   margin: 8px;
-   padding: 8px;
-   background: #C8E0E0;
-   border: 1px solid #40A0A0;
+   margin: 3px;
+   padding: 3px;
    text-decoration: none;
  }
  
@@ -1087,8 +1084,8 @@
  
 div.gl-pagenav span {
    display: inline-block;
-   padding: 8px;
-   line-height: 1.7;
+   padding: 3px;
+   line-height: 1.5;
  }
  
 /* for IE6 { */
@@ -1112,7 +1109,7 @@
    border: none;
    text-decoration: underline;
  }
- 
+  
 /* Common CSS for on-hover tooltip feature  *********************************************************************/
 a.gl-tooltip {
     border-bottom: 1px dotted #000000; color: #000000; outline: none;
diff -r 04d56f453af9 -r 8f033fb9a3ed public_html/layout/professional_css/css/common.css
--- a/public_html/layout/professional_css/css/common.css	Fri Apr 06 12:09:33 2012 -0400
+++ b/public_html/layout/professional_css/css/common.css	Sun Apr 08 09:54:03 2012 -0400
@@ -409,10 +409,10 @@
 
 div.gl-pagenav b {
    display: inline-block;
-   margin: 8px;
-   padding: 8px;
+   margin: 4px;
+   padding: 4px;
    border: 1px solid #cccccc;
-   line-height: 1.7;
+   line-height: 1.5;
  }
  
 /* for IE6 { */
@@ -431,8 +431,8 @@
  
 div.gl-pagenav a {
    display: inline-block;
-   margin: 8px;
-   padding: 8px;
+   margin: 4px;
+   padding: 4px;
    background: #C8E0E0;
    border: 1px solid #40A0A0;
    text-decoration: none;
@@ -454,8 +454,8 @@
  
 div.gl-pagenav span {
    display: inline-block;
-   padding: 8px;
-   line-height: 1.7;
+   padding: 4px;
+   line-height: 1.5;
  }
  
 /* for IE6 { */
diff -r 04d56f453af9 -r 8f033fb9a3ed public_html/lib-common.php
--- a/public_html/lib-common.php	Fri Apr 06 12:09:33 2012 -0400
+++ b/public_html/lib-common.php	Sun Apr 08 09:54:03 2012 -0400
@@ -4796,7 +4796,7 @@
  
         if( $pgcount == $curpage )
          {
-             $retval .= '' . $pgcount . ' ';
+             $retval .= '<span>' . $pgcount . '</span> ';
          }
          else
          {



More information about the geeklog-cvs mailing list