Changeset 1870 in ExiteCMS
- Timestamp:
- 10/19/08 12:01:09 (3 years ago)
- Location:
- modules/common/wiki/php-files/modules/wiki
- Files:
-
- 2 edited
-
css/wikka.css (modified) (1 diff)
-
formatters/wakka.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/common/wiki/php-files/modules/wiki/css/wikka.css
r1447 r1870 361 361 362 362 .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 }385 363 386 364 acronym { -
modules/common/wiki/php-files/modules/wiki/formatters/wakka.php
r1447 r1870 109 109 else if ($thing == "#%") 110 110 { 111 return (++$trigger_keys % 2 ? "<kbd class=\" keys\">" : "</kbd>");111 return (++$trigger_keys % 2 ? "<kbd class=\"button\">" : "</kbd>"); 112 112 } 113 113 // bold
Note: See TracChangeset
for help on using the changeset viewer.
