Changeset - 50f23bef4b8b
[Not reviewed]
0 2 0
Jan Kaluza - 10 years ago 2015-11-26 08:19:25
jkaluza@redhat.com
Fix CSS
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
css/style.css
Show inline comments
 
@@ -275,13 +275,13 @@ Full-Width Styles
 
.outer {
 
  width: 100%;
 
}
 

	
 
.inner {
 
  position: relative;
 
  max-width: 640px;
 
  max-width: 880px;
 
  padding: 20px 10px;
 
  margin: 0 auto;
 
}
 

	
 
#forkme_banner {
 
  display: block;
css/style_config.css
Show inline comments
 
@@ -316,13 +316,13 @@ Full-Width Styles
 
  margin: 0 auto;
 
/*   background-color:yellow; */
 
}
 

	
 
.inner {
 
  position: relative;
 
  max-width: 640px;
 
  max-width: 880px;
 
  padding: 20px 10px;
 
/*   margin: 0 auto; */
 
}
 

	
 
.inner2 {
 
  position: relative;
0 comments (0 inline, 0 general)