Changeset - 07fe07a8c2ea
[Not reviewed]
0 2 0
Jan Kaluza - 12 years ago 2013-03-12 13:13:17
hanzz.k@gmail.com
docs update
2 files changed with 6 insertions and 3 deletions:
0 comments (0 inline, 0 general)
css/style_config.css
Show inline comments
 
@@ -205,34 +205,35 @@ pre code {
 
/*   display: block; */
 
  box-shadow: none;
 
}
 

	
 
blockquote {
 
  color: #666;
 
  display:inline;
 
  margin-bottom: 20px;
 
  margin-left: 10px;
 
  padding: 5px 5px 5px 5px;
 
  float:right;
 
  width:200px;
 
  font-size: 80%;
 
  word-wrap: break-word;
 
  word-break: break-all;
 
  background-color: #fff;
 

	
 
  border-radius: 2px;
 
  -moz-border-radius: 2px;
 
  -webkit-border-radius: 2px;
 
  box-shadow: 0 0 10px rgba(0,0,0,.1);
 
  position: absolute;
 
  right:-200px;
 
  right:-210px;
 
}
 

	
 
ul, ol, dl {
 
  margin-bottom: 15px
 
}
 

	
 
ul li {
 
  list-style: inside;
 
  padding-left: 20px;
 
}
 

	
 
blockquote ul li {
 
@@ -294,27 +295,27 @@ img {
 
}
 

	
 
/*******************************************************************************
 
Full-Width Styles
 
*******************************************************************************/
 

	
 
.outer {
 
  width: 100%;
 
}
 

	
 
.preinner {
 
  position: relative;
 
  width: 840px;	
 
  width: 880px;	
 
  margin: 0 auto;
 
  background-color:yellow;
 
/*   background-color:yellow; */
 
}
 

	
 
.inner {
 
  position: relative;
 
  max-width: 640px;
 
  padding: 20px 10px;
 
/*   margin: 0 auto; */
 
}
 

	
 
.inner2 {
 
  position: relative;
 
  max-width: 640px;
documentation/configuration/config_file.md
Show inline comments
 
@@ -13,25 +13,27 @@ title: Spectrum 2
 
> * [user](#databaseuser)
 
>
 
> **\[identity\]**
 
>
 
> * [category](#identitycategory)
 
> * [name](#identityname)
 
> * [type](#identitytype)
 
>
 
> **\[logging\]**
 
>
 
> * [backend_config](#loggingbackend_config)
 
> * [config](#loggingconfig)
 
>
 
> **\[registration\]**
 
>
 
> * [auto_register](#registrationauto_register)
 
> * [enable_public_registration](#registrationenable_public_registration)
 
> * [instructions](#registrationinstructions)
 
> * [username_label](#registrationusername_label)
 
> * [username_mask](#registrationusername_mask)
 
>
 
> **\[service\]**
 
>
 
> * [admin_jid](#serviceadmin_jid)
 
> * [admin_password](#serviceadmin_password)
 
> * [allowed_servers](#serviceallowed_servers)
 
> * [backend](#servicebackend)
0 comments (0 inline, 0 general)