diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-01-16 14:02:27 +0600 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-01-16 14:02:38 +0600 |
commit | 0b48fb09772160b5442c7496ea6035be8f6d8810 (patch) | |
tree | 957bdde59f5b45eba15f5f736edbb4b55e99d58e /sonar-server/src/main/webapp/stylesheets/variables.less | |
parent | e11ceb3f8a80d61d9e1b7a9f1a7fdd6c59a5b514 (diff) | |
download | sonarqube-0b48fb09772160b5442c7496ea6035be8f6d8810.tar.gz sonarqube-0b48fb09772160b5442c7496ea6035be8f6d8810.zip |
New Issues Page: Load saved filters
Diffstat (limited to 'sonar-server/src/main/webapp/stylesheets/variables.less')
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/variables.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/variables.less b/sonar-server/src/main/webapp/stylesheets/variables.less index b57b91b5fbd..51d6da6a405 100644 --- a/sonar-server/src/main/webapp/stylesheets/variables.less +++ b/sonar-server/src/main/webapp/stylesheets/variables.less @@ -4,6 +4,7 @@ @baseFontSize: 13px; @baseFontColor: #444; +@smallFontSize: 11px; |