aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-02-20 16:26:05 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2013-02-20 16:26:05 +0100
commit49005af25b940cea7e3ea9b36c1c5b79b9a4ec3e (patch)
tree3211eef16d93fee8690b2456b95846bbc2d348f2 /sonar-server
parentfd1cb766f0f1db517eb66b0b11a51ae61b853fc5 (diff)
downloadsonarqube-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.css4
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 {