diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-10-06 17:30:52 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-10-06 17:30:52 +0000 |
commit | 212b8ccbb968d8798ada6c50520848a43b0e94af (patch) | |
tree | 781775793bd6bf2a6074c1c3706842258d4180b3 | |
parent | 7361c326e5ecbef45c027098e49ec0b20e1952ad (diff) | |
download | sonarqube-212b8ccbb968d8798ada6c50520848a43b0e94af.tar.gz sonarqube-212b8ccbb968d8798ada6c50520848a43b0e94af.zip |
minor update of the CSS class .background-gray
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index e986ba12579..5f7900bcd32 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -922,9 +922,9 @@ ul.operations li a { /* ------------------- BOXES ------------------- */ .box { border: 1px solid silver; - background-color: #efefef; + background-color: #f4f4f4; margin-bottom: 5px; - color: #555; + color: #444; padding: 10px; } @@ -1429,7 +1429,7 @@ table.nowrap td, td.nowrap { } .background-gray { background-color: #f4f4f4; - color: #555; + color: #444; } /* CONFIGURATION OF Q PROFILES */ |