Skip to content
Snippets Groups Projects
Commit 772f3c51 authored by DeathCamel57's avatar DeathCamel57
Browse files

added space, remove .scroll_here class

Per request of @splitbrain
parent e0959e88
No related branches found
No related tags found
No related merge requests found
...@@ -270,7 +270,7 @@ function html_show($txt=null){ ...@@ -270,7 +270,7 @@ function html_show($txt=null){
if (!is_null($txt)){ if (!is_null($txt)){
//PreviewHeader //PreviewHeader
echo '<br id="scroll__here"/>'; echo '<br id="scroll__here" />';
echo p_locale_xhtml('preview'); echo p_locale_xhtml('preview');
echo '<div class="preview"><div class="pad">'; echo '<div class="preview"><div class="pad">';
$html = html_secedit(p_render('xhtml',p_get_instructions($txt),$info),$secedit); $html = html_secedit(p_render('xhtml',p_get_instructions($txt),$info),$secedit);
...@@ -1002,7 +1002,7 @@ function html_li_index($item){ ...@@ -1002,7 +1002,7 @@ function html_li_index($item){
// scroll to the current item // scroll to the current item
if($item['id'] == $INFO['id'] && $ACT == 'index') { if($item['id'] == $INFO['id'] && $ACT == 'index') {
$id = ' id="scroll__here"'; $id = ' id="scroll__here"';
$class = ' scroll_here bounce'; $class = ' bounce';
} }
return '<li class="level'.$item['level'].$class.'" '.$id.'>'; return '<li class="level'.$item['level'].$class.'" '.$id.'>';
}elseif($item['open']){ }elseif($item['open']){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment