Skip to content

Commit

Permalink
Style touchups, do not surpress links on scrollTo
Browse files Browse the repository at this point in the history
  • Loading branch information
bsheldon committed Oct 31, 2012
1 parent b613955 commit 97d78a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion index.html
Expand Up @@ -19,7 +19,6 @@
<script type="text/javascript">
$(document).on('ready', function(){
$('#lineup span').on('click', function(e){
e.preventDefault();
el = $(this).attr('data-jump')
$.scrollTo($("[rel='" + el + "']"), 1200);
});
Expand Down
3 changes: 2 additions & 1 deletion stylesheets/sass/site.scss
Expand Up @@ -103,9 +103,10 @@ p { font-family: 'Arbutus Slab', serif; font-size: 18px; color: #939393; line-he
body[data-template="moon-blog"] {
#tagline { top: 32px !important; }
h2 a, a { text-decoration: none !important; color: white !important; }
h2 a { color: #A4ADD1 !important; }
.date { font-family: Arial, verdana, sans-serif !important; padding-top: 10px; padding-bottom: 10px;}
.post { padding: 0px 150px 70px 150px !important; }
.post > p { font-size: 16px; }
blockquote { background-color: rgba(255,255,255, .15) !important; border: 1px solid #ccc; font-family: 'Arbutus Slab', serif !important; }
blockquote { color: white !important; background-color: rgba(255,255,255, .03) !important; border: 1px solid #ccc; font-family: 'Arbutus Slab', serif !important; }
footer { margin-top: 0 !important; }
}
5 changes: 4 additions & 1 deletion stylesheets/site.css
Expand Up @@ -530,6 +530,8 @@ body[data-template="moon-blog"] #tagline {
body[data-template="moon-blog"] h2 a, body[data-template="moon-blog"] a {
text-decoration: none !important;
color: white !important; }
body[data-template="moon-blog"] h2 a {
color: #A4ADD1 !important; }
body[data-template="moon-blog"] .date {
font-family: Arial, verdana, sans-serif !important;
padding-top: 10px;
Expand All @@ -539,7 +541,8 @@ body[data-template="moon-blog"] .post {
body[data-template="moon-blog"] .post > p {
font-size: 16px; }
body[data-template="moon-blog"] blockquote {
background-color: rgba(255, 255, 255, 0.15) !important;
color: white !important;
background-color: rgba(255, 255, 255, 0.03) !important;
border: 1px solid #ccc;
font-family: 'Arbutus Slab', serif !important; }
body[data-template="moon-blog"] footer {
Expand Down

0 comments on commit 97d78a8

Please sign in to comment.