diff --git a/static/css/note.css b/static/css/note.css index dc703d4..cd81997 100644 --- a/static/css/note.css +++ b/static/css/note.css @@ -49,47 +49,3 @@ ul li { ol li { margin-top: 0.5em; } - -#take_a_tour { - display: block; - float: left; - border: 0; - width: 100px; - height: 40px; - background-image: url(/static/images/take_a_tour.png); - background-repeat: no-repeat; -} - -#take_a_tour:hover { - background-image: url(/static/images/take_a_tour_hover.png); -} - -#take_a_tour_preload { - height: 0; - overflow: hidden; - background-image: url(/static/images/take_a_tour_hover.png); -} - -#try_it_out { - display: block; - float: left; - border: 0; - width: 100px; - height: 40px; - background-image: url(/static/images/try_it_out.png); - background-repeat: no-repeat; -} - -#try_it_out:hover { - background-image: url(/static/images/try_it_out_hover.png); -} - -#try_it_out_preload { - height: 0; - overflow: hidden; - background-image: url(/static/images/try_it_out_hover.png); -} - -.display_none { - display: none; -} diff --git a/static/html/features.html b/static/html/features.html index 7f00606..9db8643 100644 --- a/static/html/features.html +++ b/static/html/features.html @@ -34,13 +34,7 @@ your wiki.

-Sound interesting? Then take a tour or try it out for yourself! +Sound interesting? Then +take a tour or +try it out for yourself!

- -take a tour -try it out - -

 

- - - diff --git a/static/images/take_a_tour.png b/static/images/take_a_tour.png deleted file mode 100644 index 9947e95..0000000 Binary files a/static/images/take_a_tour.png and /dev/null differ diff --git a/static/images/take_a_tour.svg b/static/images/take_a_tour.svg deleted file mode 100644 index 99e83c3..0000000 --- a/static/images/take_a_tour.svg +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - take a tour - - - diff --git a/static/images/take_a_tour.xcf b/static/images/take_a_tour.xcf deleted file mode 100644 index 9219d1d..0000000 Binary files a/static/images/take_a_tour.xcf and /dev/null differ diff --git a/static/images/take_a_tour_hover.png b/static/images/take_a_tour_hover.png deleted file mode 100644 index e0d9c1b..0000000 Binary files a/static/images/take_a_tour_hover.png and /dev/null differ diff --git a/static/images/take_a_tour_hover.xcf b/static/images/take_a_tour_hover.xcf deleted file mode 100644 index b9fde36..0000000 Binary files a/static/images/take_a_tour_hover.xcf and /dev/null differ diff --git a/static/images/try_it_out.png b/static/images/try_it_out.png deleted file mode 100644 index 3c9d41b..0000000 Binary files a/static/images/try_it_out.png and /dev/null differ diff --git a/static/images/try_it_out.svg b/static/images/try_it_out.svg deleted file mode 100644 index 3ec9af1..0000000 --- a/static/images/try_it_out.svg +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - try it out - - - diff --git a/static/images/try_it_out.xcf b/static/images/try_it_out.xcf deleted file mode 100644 index 3f516db..0000000 Binary files a/static/images/try_it_out.xcf and /dev/null differ diff --git a/static/images/try_it_out_hover.png b/static/images/try_it_out_hover.png deleted file mode 100644 index be1c514..0000000 Binary files a/static/images/try_it_out_hover.png and /dev/null differ diff --git a/static/images/try_it_out_hover.xcf b/static/images/try_it_out_hover.xcf deleted file mode 100644 index 087e256..0000000 Binary files a/static/images/try_it_out_hover.xcf and /dev/null differ