Changeset - 94b59afd0cb2
[Not reviewed]
0 1 0
Jan Kaluza - 12 years ago 2013-03-12 12:52:37
hanzz.k@gmail.com
docs update
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
css/style_config.css
Show inline comments
 
@@ -204,24 +204,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;
 
  float:right;
 
  width:200px;
 
  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:-30px; */
 
}
 

	
 
ul, ol, dl {
 
  margin-bottom: 15px
0 comments (0 inline, 0 general)