Browse Source

Fixed text again

writing-page-updates
Anxhelo Lushka 6 years ago
parent
commit
f17e1a6053
No known key found for this signature in database GPG Key ID: 86086158C83770F8
  1. 4
      _includes/design/typography.html

4
_includes/design/typography.html

@ -64,8 +64,8 @@
<span class="text-right color-primary rb-isBold" style="float: right;">Source Code Pro</span> <span class="text-right color-primary rb-isBold" style="float: right;">Source Code Pro</span>
</p> </p>
<pre class="bg-light p-2 prettyprint rb-code" style="border: none;"> <pre class="bg-light p-2 prettyprint rb-code" style="border: none;">
$('.rb-sidebar').on('click', 'a',function() { $('.i2p-sidebar').on('click', 'a',function() {
$('.rb-sidebar a.active').removeClass('active'); $('.i2p-sidebar a.active').removeClass('active');
$(this).addClass('active'); $(this).addClass('active');
}); });
</pre> </pre>

Loading…
Cancel
Save