Changeset 1870 in ExiteCMS


Ignore:
Timestamp:
10/19/08 12:01:09 (3 years ago)
Author:
hverton
Message:

removed the .keys class, wiki buttons now use the theme .button class so they are rendered like any other button

Location:
modules/common/wiki/php-files/modules/wiki
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • modules/common/wiki/php-files/modules/wiki/css/wikka.css

    r1447 r1870  
    361361 
    362362.center, .center p {text-align: center;} 
    363  
    364 .keys { 
    365     font-family: Arial, Helvetica, sans-serif; 
    366     font-size: 12px; 
    367     color:#FFF; 
    368     font-weight: bold; 
    369     background-color: #33A; 
    370     border-top: 2px solid #FFF; 
    371     border-left: 2px solid #FFF; 
    372     border-right: 2px solid #336; 
    373     border-bottom: 2px solid #336; 
    374     text-align: center; 
    375     padding: 0.1em 0.3em; 
    376     line-height: 1.6em; 
    377     vertical-align: top; 
    378 } 
    379  
    380 .keys:hover { 
    381     background-color: #66C; 
    382     border-right: 2px solid #668; 
    383     border-bottom: 2px solid #668; 
    384 } 
    385363 
    386364acronym { 
  • modules/common/wiki/php-files/modules/wiki/formatters/wakka.php

    r1447 r1870  
    109109        else if ($thing == "#%") 
    110110        { 
    111             return (++$trigger_keys % 2 ? "<kbd class=\"keys\">" : "</kbd>"); 
     111            return (++$trigger_keys % 2 ? "<kbd class=\"button\">" : "</kbd>"); 
    112112        } 
    113113        // bold 
Note: See TracChangeset for help on using the changeset viewer.