Changeset 1642708
- Timestamp:
- 04/21/2017 11:09:29 PM (9 years ago)
- Location:
- aph-syntax-highlighter/trunk/includes
- Files:
-
- 2 edited
-
aphsh-build.php (modified) (2 diffs)
-
aphsh-front.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
aph-syntax-highlighter/trunk/includes/aphsh-build.php
r1616840 r1642708 33 33 "pre.aphsh-adddarkplain, 34 34 pre.aphsh-addlightplain { 35 padding: 1 5px 20px !important;35 padding: 10px 15px !important; 36 36 display: block; 37 37 font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; 38 white-space: pre-wrap;39 38 white-space: -moz-pre-wrap; 40 39 white-space: -o-pre-wrap; … … 44 43 } 45 44 pre.aphsh-addlightplain { 46 background: # efefef!important;45 background: #f9f9f9; !important; 47 46 color: #4a4a4a; 48 47 } -
aph-syntax-highlighter/trunk/includes/aphsh-front.php
r1617222 r1642708 132 132 */ 133 133 $matches_fix = $matches[1]; 134 134 $param_list = array(); 135 135 foreach ($matches_fix as $tag_index => $tag) 136 136 {
Note: See TracChangeset
for help on using the changeset viewer.