diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-03-06 17:36:10 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-03-06 17:36:17 +0100 |
commit | c12eff0418cb450cf97d387a3fc599b189302927 (patch) | |
tree | c9f1971fe6a32a6ffab628a6153cb2ec9142f7d9 /sonar-server/src/main/webapp/stylesheets/variables.less | |
parent | fac55bf34a7a4bc24b4a5864a3ff6ff44a8431de (diff) | |
download | sonarqube-c12eff0418cb450cf97d387a3fc599b189302927.tar.gz sonarqube-c12eff0418cb450cf97d387a3fc599b189302927.zip |
SONAR-5007 Add first POC
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 95cedc2ef2b..2f40167a92c 100644 --- a/sonar-server/src/main/webapp/stylesheets/variables.less +++ b/sonar-server/src/main/webapp/stylesheets/variables.less @@ -5,6 +5,7 @@ @baseFontSize: 13px; @baseFontColor: #444; @smallFontSize: 11px; +@headerFontSize: 16px; |