diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-20 16:26:05 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-20 16:26:05 +0100 |
commit | 49005af25b940cea7e3ea9b36c1c5b79b9a4ec3e (patch) | |
tree | 3211eef16d93fee8690b2456b95846bbc2d348f2 /sonar-server | |
parent | fd1cb766f0f1db517eb66b0b11a51ae61b853fc5 (diff) | |
download | sonarqube-49005af25b940cea7e3ea9b36c1c5b79b9a4ec3e.tar.gz sonarqube-49005af25b940cea7e3ea9b36c1c5b79b9a4ec3e.zip |
Minor CSS fix on border of source code
Diffstat (limited to 'sonar-server')
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/style.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 157a8b2e9d0..4230e0a63ae 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -769,7 +769,6 @@ span.rulename a:hover { .sources2 td.line { width: 100%; - border-right: 1px solid #DDD; } .sources2 td.line pre { @@ -801,7 +800,7 @@ span.rulename a:hover { } .sources2 td.new_section { - border-width: 1px; + border-width: 1px 0; border-style: solid; border-color: #EEE #DDD; height: 40px; @@ -812,7 +811,6 @@ span.rulename a:hover { background-color: #FFF; padding: 10px; border-left: 1px solid #DDD; - border-right: 1px solid #DDD; } .source_title { |