aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-06-04 15:08:10 +0200
committerStas Vilchik <vilchiks@gmail.com>2015-06-04 15:08:10 +0200
commit594fe9c99ad6cdbdefcfcc7d42d02afffce826a2 (patch)
treee2874f0da39b455a8be9046136c56dcaeb234fde /server
parent9b715528d811878126734e030cc55dfaaa17ab59 (diff)
downloadsonarqube-594fe9c99ad6cdbdefcfcc7d42d02afffce826a2.tar.gz
sonarqube-594fe9c99ad6cdbdefcfcc7d42d02afffce826a2.zip
update styles of inline code
Diffstat (limited to 'server')
-rw-r--r--server/sonar-web/src/main/less/components/typography.less6
1 files changed, 5 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/less/components/typography.less b/server/sonar-web/src/main/less/components/typography.less
index d90ee5513b9..9aa674191eb 100644
--- a/server/sonar-web/src/main/less/components/typography.less
+++ b/server/sonar-web/src/main/less/components/typography.less
@@ -52,7 +52,11 @@
}
code {
- font-weight: 600;
+ padding: 0.2em 0.45em;
+ margin: 0;
+ background-color: rgba(0, 0, 0, 0.04);
+ border-radius: 3px;
+ white-space: nowrap;
}
blockquote {