Changeset - edd917adc07d
[Not reviewed]
0 1 0
Jan Kaluza - 13 years ago 2013-03-12 13:25:30
hanzz.k@gmail.com
docs update
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
css/style_config.css
Show inline comments
 
@@ -208,25 +208,25 @@ code {
 
pre code {
 
  display: block;
 
  box-shadow: none;
 
}
 

	
 
blockquote {
 
  color: #666;
 
  display:inline;
 
  margin-bottom: 20px;
 
  margin-left: 10px;
 
  padding: 5px 5px 5px 10px;
 
  float:right;
 
  width:200px;
 
  max-width:200px;
 
  font-size: 90%;
 
  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:-210px;
 
}
0 comments (0 inline, 0 general)