Minor fixes

This commit is contained in:
Frederic Hemberger
2011-09-21 15:01:23 +02:00
parent a9a901c136
commit 27c736bff5
3 changed files with 6 additions and 6 deletions

View File

@ -44,7 +44,7 @@ body > nav {
display: block;
padding-top: .15em;
}
ul[role=subscription] {
ul.subscription {
margin-left: .8em;
float: right;
li:last-child a { padding-right: 0; }
@ -130,7 +130,7 @@ body > nav {
}
}
}
ul[role=subscription] { position: relative; top: .2em; li, a { border: 0; padding: 0; }}
ul.subscription { position: relative; top: .2em; li, a { border: 0; padding: 0; }}
a[rel=subscribe-rss]{ @include mask-subscription-nav('rss.png'); }
a[rel=subscribe-email]{ @include mask-subscription-nav('email.png'); }
}