]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5333 Highligh markdown links
authorStas Vilchik <vilchiks@gmail.com>
Thu, 17 Jul 2014 06:41:56 +0000 (12:41 +0600)
committerStas Vilchik <vilchiks@gmail.com>
Thu, 17 Jul 2014 06:50:33 +0000 (12:50 +0600)
server/sonar-web/src/main/hbs/common/_markdown-tips.hbs
server/sonar-web/src/main/less/style.less

index 948a55e77acb8b22d35a49c622bf78857d8af84b..fe5edc9fc35a1ebe1ac71dd9a3e380b8bc94cae8 100644 (file)
@@ -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>
index 93f7217dd7631b3cf56407387dce7d3f98235628..76bc189793b23ad2dd628080e0454adab01adf2f 100644 (file)
@@ -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;
 }