aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2014-07-17 12:41:56 +0600
committerStas Vilchik <vilchiks@gmail.com>2014-07-17 12:41:56 +0600
commit6546586f6fdb0dd677e17a55ec1143b964fdf171 (patch)
tree0c9adcab99486458ffd66087047402cdabfea4cf /sonar-server
parent38f231aeac5cc4aaadee13ee40d6aabbc3e33f04 (diff)
downloadsonarqube-6546586f6fdb0dd677e17a55ec1143b964fdf171.tar.gz
sonarqube-6546586f6fdb0dd677e17a55ec1143b964fdf171.zip
SONAR-5333 Highligh markdown links
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/src/main/hbs/common/_markdown-tips.hbs4
-rw-r--r--sonar-server/src/main/less/style.less6
2 files changed, 5 insertions, 5 deletions
diff --git a/sonar-server/src/main/hbs/common/_markdown-tips.hbs b/sonar-server/src/main/hbs/common/_markdown-tips.hbs
index 948a55e77ac..fe5edc9fc35 100644
--- a/sonar-server/src/main/hbs/common/_markdown-tips.hbs
+++ b/sonar-server/src/main/hbs/common/_markdown-tips.hbs
@@ -1,4 +1,4 @@
<div class="markdown-tips">
- <a href="#" onclick="window.open(baseUrl + '/markdown/help','markdown','height=300,width=600,scrollbars=1,resizable=1');return false;">{{t 'markdown.helplink'}}</a> :
+ <a href="#" class="underlined-link" onclick="window.open(baseUrl + '/markdown/help','markdown','height=300,width=600,scrollbars=1,resizable=1');return false;">{{t 'markdown.helplink'}}</a> :
&nbsp; *{{t 'bold'}}* &nbsp;&nbsp; ``{{t 'code'}}`` &nbsp;&nbsp; * {{t 'bulleted_point'}}
-</div> \ No newline at end of file
+</div>
diff --git a/sonar-server/src/main/less/style.less b/sonar-server/src/main/less/style.less
index d359113276f..f4c1376791a 100644
--- a/sonar-server/src/main/less/style.less
+++ b/sonar-server/src/main/less/style.less
@@ -1924,9 +1924,9 @@ ul.bullet li {
width: 100%;
}
-.markdown-tips, .markdown-tips a {
- font-size: 12px;
- color: #777;
+.markdown-tips {
+ font-size: @smallFontSize;
+ color: @secondFontColor;
}