From 2a8ba797a0cfa0ba9aa9d7f26726d00077f77c7d Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sun, 28 Mar 2010 23:07:51 -0700 Subject: [PATCH] remove some stale references to the tipsy library. --- doc-src/content/stylesheets/main.sass | 25 ++----------------------- doc-src/layouts/default.haml | 1 - 2 files changed, 2 insertions(+), 24 deletions(-) diff --git a/doc-src/content/stylesheets/main.sass b/doc-src/content/stylesheets/main.sass index adbea73a..7bb1df55 100644 --- a/doc-src/content/stylesheets/main.sass +++ b/doc-src/content/stylesheets/main.sass @@ -103,28 +103,6 @@ body.reference a.help font-size: 75% - - .tipsy - padding: 5px - font-size: 10px - background-repeat: no-repeat - background-image= image_url("tipsy.gif") - &-north - background-position: top center - &-south - background-position: bottom center - &-east - background-position: right center - &-west - background-position: left center - &-inner - padding: 5px 8px 5px 8px - background-color: black - color: white - max-width: 200px - text-align: center - +border-radius(3px) - table.constants width: 100% +alternating-rows-and-columns(#EEE, #bbb, #191919) @@ -132,7 +110,7 @@ table.constants +inner-table-borders(1px) td, th padding: 0.25em 0.5em - + ol#breadcrumbs +horizontal-list +no-bullets @@ -142,6 +120,7 @@ ol#breadcrumbs content: "" li.last visibility: hidden + body#home #logo +replace-text("compass.png", 0px) height: 159px diff --git a/doc-src/layouts/default.haml b/doc-src/layouts/default.haml index 6732ad74..6c0ec082 100644 --- a/doc-src/layouts/default.haml +++ b/doc-src/layouts/default.haml @@ -11,7 +11,6 @@ %link{ :href => "/docs/stylesheets/ui-lightness/jquery-ui-1.7.2.custom.css", :rel => "stylesheet", :type => "text/css", :media => "screen" } %script{:src => "/docs/javascripts/jquery-1.3.2.min.js", :type => "text/javascript"} %script{:src => "/docs/javascripts/jquery-ui-1.7.2.custom.min.js", :type => "text/javascript"} - %script{:src => "/docs/javascripts/jquery.tipsy.js", :type => "text/javascript"} %body{body_attributes(@item)} #container #main