Skip to content

Commit 563d0d7

Browse files
committed
removing extraneous unnecessary CSS
1 parent c4b28d5 commit 563d0d7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+64
-515
lines changed

about-author.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,7 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
158158
<a href="/about-author.html" class="list-group-item smaller-item active" style='font-family: "Helvetica Neue",sans-serif;'>About the Author</a>
159159
</div>
160160
</div>
161-
<div class="panel panel-success">
162-
<div class="panel-body">
163-
<a href="http://www.deploypython.com/"><img src="//static.fullstackpython.com/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
164-
<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>.
165-
</p>
166-
</div>
167-
</div> <div class="panel panel-success">
161+
<div class="panel panel-success">
168162
<div class="panel-heading"><h3 class="panel-head">About the Author</h3></div>
169163
<div class="panel-body">
170164
Major updates are tweeted via

all.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7731,13 +7731,7 @@ <h1>About the Author</h1>
77317731
<a href="https://github.com/makaimc/fullstackpython.com/">GitHub</a>.</p>
77327732
</div>
77337733
<div class="col-md-offset-1 col-md-3" id="sidebar">
7734-
<div class="panel panel-success">
7735-
<div class="panel-body">
7736-
<a href="http://www.deploypython.com/"><img src="//static.fullstackpython.com/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
7737-
<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>.
7738-
</p>
7739-
</div>
7740-
</div> <div class="panel panel-success">
7734+
<div class="panel panel-success">
77417735
<div class="panel-heading"><h3 class="panel-head">Full Stack Python</h3></div>
77427736
<div class="panel-body">
77437737
View the

api-creation.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -385,13 +385,7 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
385385
<a href="/about-author.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>About the Author</a>
386386
</div>
387387
</div>
388-
<div class="panel panel-success">
389-
<div class="panel-body">
390-
<a href="http://www.deploypython.com/"><img src="//static.fullstackpython.com/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
391-
<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>.
392-
</p>
393-
</div>
394-
</div> <div class="panel panel-success">
388+
<div class="panel panel-success">
395389
<div class="panel-heading"><h3 class="panel-head">API Creation</h3></div>
396390
<div class="panel-body">
397391
Major updates are tweeted via

api-integration.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -249,13 +249,7 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
249249
<a href="/about-author.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>About the Author</a>
250250
</div>
251251
</div>
252-
<div class="panel panel-success">
253-
<div class="panel-body">
254-
<a href="http://www.deploypython.com/"><img src="//static.fullstackpython.com/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
255-
<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>.
256-
</p>
257-
</div>
258-
</div> <div class="panel panel-success">
252+
<div class="panel panel-success">
259253
<div class="panel-heading"><h3 class="panel-head">API Integration</h3></div>
260254
<div class="panel-body">
261255
Major updates are tweeted via

application-dependencies.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -318,13 +318,7 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
318318
<a href="/about-author.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>About the Author</a>
319319
</div>
320320
</div>
321-
<div class="panel panel-success">
322-
<div class="panel-body">
323-
<a href="http://www.deploypython.com/"><img src="//static.fullstackpython.com/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
324-
<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>.
325-
</p>
326-
</div>
327-
</div> <div class="panel panel-success">
321+
<div class="panel panel-success">
328322
<div class="panel-heading"><h3 class="panel-head">Application Dependencies</h3></div>
329323
<div class="panel-body">
330324
Major updates are tweeted via

application-programming-interfaces.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -226,13 +226,7 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
226226
<a href="/about-author.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>About the Author</a>
227227
</div>
228228
</div>
229-
<div class="panel panel-success">
230-
<div class="panel-body">
231-
<a href="http://www.deploypython.com/"><img src="//static.fullstackpython.com/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
232-
<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>.
233-
</p>
234-
</div>
235-
</div> <div class="panel panel-success">
229+
<div class="panel panel-success">
236230
<div class="panel-heading"><h3 class="panel-head">Application Programming Interfaces</h3></div>
237231
<div class="panel-body">
238232
Major updates are tweeted via

best-python-resources.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -353,13 +353,7 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
353353
<a href="/about-author.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>About the Author</a>
354354
</div>
355355
</div>
356-
<div class="panel panel-success">
357-
<div class="panel-body">
358-
<a href="http://www.deploypython.com/"><img src="//static.fullstackpython.com/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
359-
<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>.
360-
</p>
361-
</div>
362-
</div> <div class="panel panel-success">
356+
<div class="panel panel-success">
363357
<div class="panel-heading"><h3 class="panel-head">Best Python Resources</h3></div>
364358
<div class="panel-body">
365359
Major updates are tweeted via

best-python-videos.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -283,13 +283,7 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
283283
<a href="/about-author.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>About the Author</a>
284284
</div>
285285
</div>
286-
<div class="panel panel-success">
287-
<div class="panel-body">
288-
<a href="http://www.deploypython.com/"><img src="//static.fullstackpython.com/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
289-
<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>.
290-
</p>
291-
</div>
292-
</div> <div class="panel panel-success">
286+
<div class="panel panel-success">
293287
<div class="panel-heading"><h3 class="panel-head">Best Python Videos</h3></div>
294288
<div class="panel-body">
295289
Major updates are tweeted via

bottle.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -219,13 +219,7 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
219219
<a href="/about-author.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>About the Author</a>
220220
</div>
221221
</div>
222-
<div class="panel panel-success">
223-
<div class="panel-body">
224-
<a href="http://www.deploypython.com/"><img src="//static.fullstackpython.com/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
225-
<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>.
226-
</p>
227-
</div>
228-
</div> <div class="panel panel-success">
222+
<div class="panel panel-success">
229223
<div class="panel-heading"><h3 class="panel-head">Bottle</h3></div>
230224
<div class="panel-body">
231225
Major updates are tweeted via

caching.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,7 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
198198
<a href="/about-author.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>About the Author</a>
199199
</div>
200200
</div>
201-
<div class="panel panel-success">
202-
<div class="panel-body">
203-
<a href="http://www.deploypython.com/"><img src="//static.fullstackpython.com/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
204-
<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>.
205-
</p>
206-
</div>
207-
</div> <div class="panel panel-success">
201+
<div class="panel panel-success">
208202
<div class="panel-heading"><h3 class="panel-head">Caching</h3></div>
209203
<div class="panel-body">
210204
Major updates are tweeted via

0 commit comments

Comments
 (0)