Skip to content

Commit bf98f0b

Browse files
committed
converting css classes
1 parent a3c8c10 commit bf98f0b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

theme/templates/article-sponsor.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<div class="panel">
2-
<div class="panel-heading">
3-
<h3 class="panel-head">Sponsored By</h3>
1+
<div class="pn">
2+
<div class="pnh">
3+
<h3>Sponsored By</h3>
44
</div>
5-
<div class="panel-body" style="padding: 16px">
5+
<div class="pnb" style="padding: 16px">
66
<a href="https://rollbar.com/?utm_source=fullstackpython&amp;utm_medium=cpc&amp;utm_campaign=website"><img src="/img/logos/rollbar-wide.jpg" alt="Rollbar logo" width="100%"></a>
77
<p style="font-size: .8em;">Fix errors in your Python applications
88
before your users ever see them by

theme/templates/fsp-guide-advert.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<div class="panel">
2-
<div class="panel-body">
1+
<div class="pn">
2+
<div class="pnb">
33
<a href="http://www.deploypython.com/"><img src="/img/logos/fsp-deployment-guide.jpg" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
44
<p style="font-size: .8em; margin-top: 10px;">Searching for a complete, step-by-step deployment walkthrough? Learn more about <a href="http://www.deploypython.com/">The Full Stack Python Guide to Deployments book</a>.
55
</p>

0 commit comments

Comments
 (0)