diff options
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/ie6/index.css.erb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/ie6/index.css.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/ie6/index.css.erb index d371750b7d9..4ff4ffe8195 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/ie6/index.css.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/ie6/index.css.erb @@ -10,6 +10,10 @@ this.runtimeStyle.backgroundImage = "none")),this.pngSet=true) div#page { overflow-x: auto; } +div#content { + padding-top: 10px; + display: inline-block; +} #hdadmin img { padding-top: 8px; } |