[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    www/sites/www-devel/media
From:       Rainer Endres <endres () physos ! org>
Date:       2007-06-24 9:40:13
Message-ID: 1182678013.966323.12338.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 679548 by endres:


        Some more changes to align more to the initial mockup.
        
        - non-bold font for less important links
        - use bullets instead of / for page seperation in breadcrumb



 M  +2 -2      css.php  
 M  +2 -2      includes/classes/class_menu.inc  


--- trunk/www/sites/www-devel/media/css.php #679547:679548
@@ -275,7 +275,7 @@
     text-align: right;
     line-height: normal;
     font-size: 1.1em;
-    font-weight: bold;
+/*    font-weight: bold; */
 }
 
 #menu ul {
@@ -303,7 +303,7 @@
 }
 
 #menu ul li a {
-    font-weight: bold;
+/*    font-weight: bold;    */
 }
 
 
--- trunk/www/sites/www-devel/media/includes/classes/class_menu.inc #679547:679548
@@ -292,9 +292,9 @@
     {
       if ($this->menu_baseurl.$this->link != "/")
         if ($this->active)
-          print ' / '.$this->name;
+          print ' &bull; '.$this->name;
         else
-          print ' / <a href="'.($this->menu_baseurl.$this->link).'">'.$this->name.'</a>';
+          print ' &bull; <a href="'.($this->menu_baseurl.$this->link).'">'.$this->name.'</a>';
 
       if (count($this->items) > 0)
       {
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic