Skip to content

Commit 2c49bb9

Browse files
committed
fixing issue with minified css
1 parent de5cd46 commit 2c49bb9

File tree

5 files changed

+3
-7
lines changed

5 files changed

+3
-7
lines changed

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-01-27T21:54:20Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-01-27T21:57:42Z</updated></feed>

source/theme/static/css/f.min.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@import url("//fonts.googleapis.com/css?family=News+Cycle:400,700");
21
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
32
[hidden],template{display:none}
43
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
@@ -31,7 +30,7 @@ img{vertical-align:middle}
3130
.img-thumbnail{display:inline-block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
3231
.img-circle{border-radius:50%}
3332
hr{margin-top:21px;margin-bottom:21px;border:0;border-top:1px solid #eee}
34-
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Helvetica Neue","News Cycle","Arial Narrow Bold",sans-serif;font-weight:500;line-height:1.1;color:#000}
33+
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Helvetica Neue","Arial Narrow Bold",sans-serif;font-weight:500;line-height:1.1;color:#000}
3534
h1,h2,h3{margin-top:32px;margin-bottom:6px}
3635
h4,h5,h6{margin-top:10.5px;margin-bottom:10.5px}
3736
h1,.h1{font-size:40px}

source/theme/static/css/fsp.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

theme/css/f.min.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@import url("//fonts.googleapis.com/css?family=News+Cycle:400,700");
21
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
32
[hidden],template{display:none}
43
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
@@ -31,7 +30,7 @@ img{vertical-align:middle}
3130
.img-thumbnail{display:inline-block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
3231
.img-circle{border-radius:50%}
3332
hr{margin-top:21px;margin-bottom:21px;border:0;border-top:1px solid #eee}
34-
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Helvetica Neue","News Cycle","Arial Narrow Bold",sans-serif;font-weight:500;line-height:1.1;color:#000}
33+
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Helvetica Neue","Arial Narrow Bold",sans-serif;font-weight:500;line-height:1.1;color:#000}
3534
h1,h2,h3{margin-top:32px;margin-bottom:6px}
3635
h4,h5,h6{margin-top:10.5px;margin-bottom:10.5px}
3736
h1,.h1{font-size:40px}

theme/css/fsp.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)