Changeset 739538
- Timestamp:
- 07/12/2013 12:38:54 AM (13 years ago)
- Location:
- pretty-debug/tags/1.0
- Files:
-
- 3 edited
-
override.css (modified) (2 diffs)
-
pretty-debug.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pretty-debug/tags/1.0/override.css
r739519 r739538 2 2 3 3 #rTip{ 4 z-index: 99999 !important;5 opacity: 1 !important;6 border: 4px solid orange !important;4 z-index: 99999 ; 5 opacity: 1 ; 6 border: 4px solid orange ; 7 7 } 8 8 9 9 .ref{ 10 border: 2px solid #C7C7C7 !important;11 background-color: #030303 !important;10 border: 2px solid #C7C7C7 ; 11 background-color: #030303 ; 12 12 margin-bottom: 10px; 13 13 margin-top: 10px; … … 18 18 19 19 .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;20 margin-top: 0; 21 padding: 5px 7px 5px 4px ; 22 display: block ; 23 color: #EC9628 ; 24 background-color: #030303 ; 25 background-image: none ; 26 border-radius: 0 ; 27 border-bottom: none ; 28 font-size: 14px ; 29 29 } 30 30 31 31 .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 ; 40 40 } 41 41 42 42 .ref b{ 43 font-size: 14px !important;44 font-family: monospace !important;43 font-size: 14px ; 44 font-family: monospace ; 45 45 } 46 46 47 47 .ref a { 48 color: #EC9628 !important;49 font-size: 14px !important;48 color: #EC9628 ; 49 font-size: 14px ; 50 50 } 51 52 .ref a:hover{ 53 color: #ccc ; 54 }; -
pretty-debug/tags/1.0/pretty-debug.php
r739519 r739538 34 34 35 35 require_once(PHPREF_PLUGIN_PATH . 'php-ref/ref.php'); 36 37 ref::config('stylePath', false); 38 ref::config('scriptPath', false); 36 39 37 40 -
pretty-debug/tags/1.0/readme.txt
r739519 r739538 11 11 == Description == 12 12 13 Make var_dump and print_r more readable 13 Make var_dump's and print_r's more readable 14 14 15 Function output references with [http://queryposts.com](http://queryposts.com) API when possible. 15 16 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. 18 19 19 20 For example:
Note: See TracChangeset
for help on using the changeset viewer.