make cursor a question mark on welcome page info text

This commit is contained in:
danielgrippi 2011-05-09 15:55:24 -07:00
parent 645d685c58
commit 29c3f7f1d4

View file

@ -79,6 +79,10 @@
margin-top: 15px;
}
.helpful {
cursor: help;
}
</style>
</head>
@ -106,9 +110,9 @@
<ol id="steps">
<li>
<h2>Configure your <abbr title="A Diaspora installation">pod</abbr></h2>
<h2>Configure your <abbr class="helpful" title="A Diaspora installation">pod</abbr></h2>
<img src='images/icons/cog.png'/>
<p>Look at <code title='General application configuration (photo uploads, SSL certs, etc.)'>config/app_config.yml.example</code> and <code title="mySQL username/password">config/database.yml.example</code> for help.</p>
<p>Look at <code class="helpful" title='General pod configuration (location to upload photos, SSL certs, etc.)'>config/app_config.yml.example</code> and <code class="helpful" title="mySQL username/password">config/database.yml.example</code> for help.</p>
</li>
<li>