styles: Make (i) sign larger in #about section

This commit is contained in:
Marcel Klehr 2012-08-06 23:53:08 +02:00
parent 8d552ce13e
commit a11fd4cb1d
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
/* font awesome */
.icon-info-sign:before {
vertical-align: middle;
}
/**/
body { body {
font-family: Helvetica,Arial,sans-serif; /* Calibri,FreeSans,Tahoma, */ font-family: Helvetica,Arial,sans-serif; /* Calibri,FreeSans,Tahoma, */

View file

@ -52,7 +52,7 @@ This iconic web font was used extensively around the site.
<a class="scroll-point wrap" name="about"></a> <a class="scroll-point wrap" name="about"></a>
<div class="content wrap"> <div class="content wrap">
<h1><i class="icon-info-sign"></i> Collaborating in really real-time</h1> <h1><i class="icon-info-sign icon-large"></i> Collaborating in really real-time</h1>
<p>Etherpad lite allows you to edit documents colaboratively in real-time, much like a live multi-player online editor. Additionally, Etherpad lite provides access to all data through a well-documented HTTP API and supports import/export to many major data exchange formats. The built-in plugin system makes extending the core functionality almost a breeze.</p> <p>Etherpad lite allows you to edit documents colaboratively in real-time, much like a live multi-player online editor. Additionally, Etherpad lite provides access to all data through a well-documented HTTP API and supports import/export to many major data exchange formats. The built-in plugin system makes extending the core functionality almost a breeze.</p>
<h2>History</h2> <h2>History</h2>