Changeset - a3d2304e699c
[Not reviewed]
0 1 0
Jan Kaluza - 10 years ago 2015-11-27 07:32:35
jkaluza@redhat.com
Fix css
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
css/style.css
Show inline comments
 
@@ -145,48 +145,53 @@ em {
 
  font-style: italic;
 
}
 

	
 
strong {
 
  font-weight: bold;
 
}
 

	
 
img {
 
  position: relative;
 
  margin: 0 auto;
 
  max-width: 739px;
 
  padding: 5px;
 
  margin: 10px 0 10px 0;
 
  border: 1px solid #ebebeb;
 

	
 
  box-shadow: 0 0 5px #ebebeb;
 
  -webkit-box-shadow: 0 0 5px #ebebeb;
 
  -moz-box-shadow: 0 0 5px #ebebeb;
 
  -o-box-shadow: 0 0 5px #ebebeb;
 
  -ms-box-shadow: 0 0 5px #ebebeb;
 
}
 

	
 
header img {
 
    border: 0;
 
    box-shadow: 0 0 0px #ebebeb;
 
  -webkit-box-shadow: 0 0 0px #ebebeb;
 
  -moz-box-shadow: 0 0 0px #ebebeb;
 
  -o-box-shadow: 0 0 0px #ebebeb;
 
  -ms-box-shadow: 0 0 0px #ebebeb;
 
}
 

	
 
pre, code {
 
  width: 100%;
 
  color: #222;
 
  background-color: #fff;
 

	
 
  font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
 
  font-size: 14px;
 

	
 
  border-radius: 2px;
 
  -moz-border-radius: 2px;
 
  -webkit-border-radius: 2px;
 

	
 

	
 

	
 
}
 

	
 
pre {
 
  width: 100%;
 
  padding: 10px;
 
  box-shadow: 0 0 10px rgba(0,0,0,.1);
 
  overflow: auto;
 
}
0 comments (0 inline, 0 general)