mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-10 00:45:01 -04:00
styles: Make (i) sign larger in #about section
This commit is contained in:
parent
8d552ce13e
commit
a11fd4cb1d
2 changed files with 8 additions and 1 deletions
|
@ -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, */
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue