diff --git a/content/css/_main.scss b/content/css/_main.scss index a5036b9..f4306cf 100644 --- a/content/css/_main.scss +++ b/content/css/_main.scss @@ -2,6 +2,19 @@ body { font: 14px/20px "Open Sans", Helvetica, "Nimbus Sans L", sans-serif; } +ul.tla { + font-size: 9px; + color: #999; + + list-style-image: none; + list-style-type: none; + + li { + display: inline; + margin-right: 8px; + } +} + ol.posts { list-style-type: none; list-style-image: none; diff --git a/content/css/_willbridge.scss b/content/css/_willbridge.scss index 6d43cfe..d2cb602 100644 --- a/content/css/_willbridge.scss +++ b/content/css/_willbridge.scss @@ -2553,7 +2553,7 @@ a:hover span.image_rollover > span { #footer { background-color:#ffffff; - height:70px; + // height:70px; margin-top:-70px; overflow:hidden; position:relative; @@ -2561,7 +2561,7 @@ a:hover span.image_rollover > span { .footer_inner { width:940px; - height:20px; + // height:20px; padding:25px 0; margin:0 auto; overflow:hidden; diff --git a/layouts/default.haml b/layouts/default.haml index f2768ff..3d14c38 100644 --- a/layouts/default.haml +++ b/layouts/default.haml @@ -88,7 +88,15 @@ / __________________________________________________ Start Footer %footer#footer .footer_inner - %span ariejan.net © 1999 - #{Time.now.year} Ariejan de Vroom + %p + ariejan.net © 1999 - #{Time.now.year} Ariejan de Vroom + + %ul.tla + :plain +
  • Some messages from the Dark Side:
  • +
  • Jailbreak and IOS 5 Downloads
  • +
  • Medifast Coupon Code
  • + / __________________________________________________ Finish Footer %script{:src => "/js/plugins.js", :type => "text/javascript"} :javascript