]> 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:41:56 +0000 (12:41 +0600)
sonar-server/src/main/hbs/common/_markdown-tips.hbs
sonar-server/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 d359113276f5578c40057e9d461daa0ce5ccec98..f4c1376791a2e32931bcce91ec5addffa50ad166 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;
 }