Changeset - ac6ea7f09ba9
[Not reviewed]
0 1 0
Jan Kaluza - 12 years ago 2013-03-12 13:20:33
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
 
@@ -206,25 +206,25 @@ code {
 
}
 

	
 
pre code {
 
/*   display: block; */
 
  box-shadow: none;
 
}
 

	
 
blockquote {
 
  color: #666;
 
  display:inline;
 
  margin-bottom: 20px;
 
  margin-left: 10px;
 
  padding: 5px 5px 5px 5px;
 
  padding: 10px 5px 5px 5px;
 
  float:right;
 
  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;
0 comments (0 inline, 0 general)