... | ... |
@@ -44,7 +44,7 @@ body > nav { |
44 | 44 |
display: block; |
45 | 45 |
padding-top: .15em; |
46 | 46 |
} |
47 |
- ul[role=subscription] { |
|
47 |
+ ul.subscription { |
|
48 | 48 |
margin-left: .8em; |
49 | 49 |
float: right; |
50 | 50 |
li:last-child a { padding-right: 0; } |
... | ... |
@@ -130,7 +130,7 @@ body > nav { |
130 | 130 |
} |
131 | 131 |
} |
132 | 132 |
} |
133 |
- ul[role=subscription] { position: relative; top: .2em; li, a { border: 0; padding: 0; }} |
|
133 |
+ ul.subscription { position: relative; top: .2em; li, a { border: 0; padding: 0; }} |
|
134 | 134 |
a[rel=subscribe-rss]{ @include mask-subscription-nav('rss.png'); } |
135 | 135 |
a[rel=subscribe-email]{ @include mask-subscription-nav('email.png'); } |
136 | 136 |
} |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
{% if site.delicious_user %} |
2 | 2 |
<section> |
3 | 3 |
<h1>On Delicious</h1> |
4 |
- <script type="text/javascript" src="http://feeds.delicious.com/v2/js/{{ site.delicious_user }}?title=&count={{ site.delicious_count }}&sort=date&extended"></script> |
|
4 |
+ <script type="text/javascript" src="http://feeds.delicious.com/v2/js/{{ site.delicious_user }}?title=&count={{ site.delicious_count }}&sort=date&extended"></script> |
|
5 | 5 |
<p><a href="http://delicious.com/{{ site.delicious_user }}">My Delicious Bookmarks »</a></p> |
6 | 6 |
</section> |
7 | 7 |
{% endif %} |
... | ... |
@@ -1,3 +1,3 @@ |
1 |
-<!--Fonts from Google's Web font directory at http://google.com/webfonts --> |
|
2 |
-<link href='http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic' rel='stylesheet' type='text/css'> |
|
3 |
-<link href='http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic' rel='stylesheet' type='text/css'> |
|
1 |
+<!--Fonts from Google"s Web font directory at http://google.com/webfonts --> |
|
2 |
+<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css"> |
|
3 |
+<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css"> |