Plugin Directory

Changeset 739538


Ignore:
Timestamp:
07/12/2013 12:38:54 AM (13 years ago)
Author:
wycks
Message:

This is a commit message

Location:
pretty-debug/tags/1.0
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pretty-debug/tags/1.0/override.css

    r739519 r739538  
    22
    33#rTip{
    4 z-index: 99999 !important;
    5 opacity: 1 !important;
    6 border: 4px solid  orange  !important;
     4z-index: 99999 ;
     5opacity: 1 ;
     6border: 4px solid  orange ;
    77}
    88
    99.ref{
    10 border: 2px solid  #C7C7C7   !important;
    11 background-color: #030303 !important;
     10border: 2px solid  #C7C7C7 ;
     11background-color: #030303 ;
    1212margin-bottom: 10px;
    1313margin-top: 10px;
     
    1818
    1919.ref > kbd {
    20 margin-top: 0!important;
    21 padding: 5px 7px 5px 4px !important;
    22 display: block !important;
    23 color: #EC9628 !important;
    24 background-color: #030303 !important;
    25 background-image: none !important;
    26 border-radius: 0 !important;
    27 border-bottom: none !important;
    28 font-size: 14px !important;
     20margin-top: 0;
     21padding: 5px 7px 5px 4px ;
     22display: block ;
     23color: #EC9628 ;
     24background-color: #030303 ;
     25background-image: none ;
     26border-radius: 0 ;
     27border-bottom: none ;
     28font-size: 14px ;
    2929}
    3030
    3131.ref > div{
    32     background: #ECECEC !important;
    33     padding: 6px 6px !important;
    34     margin: 0 !important;
    35     border-radius: 0 !important;
    36     text-shadow:none !important;
    37     -webkit-box-shadow: none !important;
    38     -moz-box-shadow: none !important;
    39     box-shadow:none !important;
     32    background: #ECECEC ;
     33    padding: 6px 6px ;
     34    margin: 0 ;
     35    border-radius: 0 ;
     36    text-shadow:none ;
     37    -webkit-box-shadow: none ;
     38    -moz-box-shadow: none ;
     39    box-shadow:none ;
    4040}
    4141
    4242.ref b{
    43     font-size: 14px !important;
    44     font-family: monospace !important;
     43    font-size: 14px ;
     44    font-family: monospace ;
    4545}
    4646
    4747.ref a {
    48     color: #EC9628  !important;
    49     font-size: 14px !important;
     48    color: #EC9628  ;
     49    font-size: 14px ;
    5050}
     51
     52.ref a:hover{
     53    color: #ccc ;
     54};
  • pretty-debug/tags/1.0/pretty-debug.php

    r739519 r739538  
    3434
    3535    require_once(PHPREF_PLUGIN_PATH . 'php-ref/ref.php');
     36
     37    ref::config('stylePath', false);
     38    ref::config('scriptPath', false);
    3639   
    3740
  • pretty-debug/tags/1.0/readme.txt

    r739519 r739538  
    1111== Description ==
    1212 
    13 Make var_dump and print_r more readable
     13Make var_dump's and print_r's more readable
     14
    1415Function output references with [http://queryposts.com](http://queryposts.com) API when possible.
    1516 
    16 Use `r` instead of `var_dump`
    17 Use `rt` for text mode.
     17* Use `r` instead of `var_dump`
     18* Use `rt` for text mode.
    1819
    1920For example:
Note: See TracChangeset for help on using the changeset viewer.