Change the margin
This commit is contained in:
parent
0490e1e226
commit
d22dc175f2
1 changed files with 3 additions and 4 deletions
7
index.md
7
index.md
|
@ -10,7 +10,7 @@ title: Spectrum 2
|
|||
|
||||
|
||||
|
||||
<div style="width: 250px; float:left; color: #222; background-color: #fff;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px; padding: 3px; margin: 0 3px; box-shadow: 0 0 10px rgba(0,0,0,.1);">
|
||||
<div style="width: 220px; float:left; color: #222; background-color: #fff;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px; padding: 3px; margin: 0 3px; box-shadow: 0 0 10px rgba(0,0,0,.1);">
|
||||
<h3>What is Spectrum 2?</h3>
|
||||
Spectrum 2 is an Generic transport/gateway.
|
||||
It supports multiple frontends like XMPP or Slack and can transport messages using these
|
||||
|
@ -19,19 +19,18 @@ AIM, MSN, Facebook, Twitter, or IRC.
|
|||
|
||||
</div>
|
||||
|
||||
<div style="width: 250px; margin-left: 63px; float:left;">
|
||||
<div style="width: 250px; margin-left: 40px; float:left;">
|
||||
|
||||
Spectrum 2 is written in C++ and uses the [Swiften](http://swift.im/swiften) library and various different libraries for "legacy networks".
|
||||
Spectrum 2 is open source and released under the GNU GPL.
|
||||
|
||||
</div>
|
||||
|
||||
<div style="width: 250px; margin-left: 63px; float:left;">
|
||||
<div style="width: 250px; margin-left: 40px; float:left;">
|
||||
|
||||
Spectrum 2 is not intended for strictly desktop users, ie those who have no familiarity with running server side applications. It is intended to provide a service to desktop users, but be managed by server administrators. If you are interested in the project but have no familiarity with running a server (and no interest in learning), please speak with your local system administrators about making Spectrum 2 available.
|
||||
|
||||
</div>
|
||||
<hr/>
|
||||
|
||||
## Technical details
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue