diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-16 13:00:35 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-16 13:03:37 +0200 |
commit | 81bd537026f16496ff42a8ed23650dad852e6c97 (patch) | |
tree | 073ff2526b20c25085afdcabd43a2b798c78c790 /sonar-server/src | |
parent | d0ac5701c2d3bc3af741184c01e1510c41cb7954 (diff) | |
download | sonarqube-81bd537026f16496ff42a8ed23650dad852e6c97.tar.gz sonarqube-81bd537026f16496ff42a8ed23650dad852e6c97.zip |
Remove unused directory /sonar-server
Diffstat (limited to 'sonar-server/src')
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/sonar-colorizer.css | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/sonar-colorizer.css b/sonar-server/src/main/webapp/stylesheets/sonar-colorizer.css deleted file mode 100644 index 4e77db66567..00000000000 --- a/sonar-server/src/main/webapp/stylesheets/sonar-colorizer.css +++ /dev/null @@ -1,74 +0,0 @@ -.code { - font-size: 12px; -} - -.code pre { - font-family: Monospace; - margin: 0; - padding: 0 5px; - color: #111; - margin: 0; -} - -/* for example java annotations */ -.code .a { - color: #808000; -} - -/* constants */ -.code .c { - color: #660E80; - font-style: italic; - font-weight: bold; -} - -/* javadoc */ -.code .j { - color: #666666; - font-style: normal; -} - -/* classic comment */ -.code .cd { - color: #666666; - font-style: italic; -} - -/* C++ doc */ -.code .cppd { - color: #666666; - font-style: italic; -} - -/* keyword */ -.code .k { - color: #000080; - font-weight: bold; -} - -/* string */ -.code .s { - color: #008000; - font-weight: bold; -} - -/* keyword light*/ -.code .h { - color: #000080; - font-weight: normal; -} - -/* preprocessing directive */ -.code .p { - color: #347235; - font-weight: normal; -} - -.sym { - cursor: hand; cursor: pointer; -} - -.highlighted { - background-color: #B3D4FF; -} - |