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
 
@@ -211,22 +211,23 @@ blockquote {
 
  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
 
}
 

	
 
@@ -300,15 +301,15 @@ 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;
documentation/configuration/config_file.md
Show inline comments
 
@@ -19,13 +19,15 @@ title: Spectrum 2
 
> * [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)
 
>
0 comments (0 inline, 0 general)