Changeset - 589c7d77d3f3
[Not reviewed]
0 1 0
Jan Kaluza - 10 years ago 2015-11-27 07:31:42
jkaluza@redhat.com
Fix css
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
css/style.css
Show inline comments
 
@@ -161,12 +161,16 @@ img {
 
  -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;
 
}
 

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

	
 
  font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
0 comments (0 inline, 0 general)