From 29c3f7f1d48d2a059a77350edcdf1cb4a821c795 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Mon, 9 May 2011 15:55:24 -0700 Subject: [PATCH] make cursor a question mark on welcome page info text --- public/default.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/public/default.html b/public/default.html index a2fb3ce0f..dbf7bd3ef 100644 --- a/public/default.html +++ b/public/default.html @@ -79,6 +79,10 @@ margin-top: 15px; } + .helpful { + cursor: help; + } + @@ -106,9 +110,9 @@
  1. -

    Configure your pod

    +

    Configure your pod

    -

    Look at config/app_config.yml.example and config/database.yml.example for help.

    +

    Look at config/app_config.yml.example and config/database.yml.example for help.