aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm/tools/clang/www/demo/syntax.css
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2010-06-09 18:11:12 +0000
committerEd Schouten <ed@FreeBSD.org>2010-06-09 18:11:12 +0000
commitbff23f82e51a4c6014848c22271a42f92c258473 (patch)
tree8b9786210f005ec3c3b7b19ee52714d390c2b121 /contrib/llvm/tools/clang/www/demo/syntax.css
parentf22ef01c330abcacf1df7ccf1196c0c46cbc8099 (diff)
downloadsrc-bff23f82e51a4c6014848c22271a42f92c258473.tar.gz
src-bff23f82e51a4c6014848c22271a42f92c258473.zip
Remove unneeded directories.
Even though Roman removed these directories in his working copy, they weren't removed from the actual repository, also causing his working copy to be corrupted.
Notes
Notes: svn path=/head/; revision=208955
Diffstat (limited to 'contrib/llvm/tools/clang/www/demo/syntax.css')
-rw-r--r--contrib/llvm/tools/clang/www/demo/syntax.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/llvm/tools/clang/www/demo/syntax.css b/contrib/llvm/tools/clang/www/demo/syntax.css
deleted file mode 100644
index 90daf5fcbd1f..000000000000
--- a/contrib/llvm/tools/clang/www/demo/syntax.css
+++ /dev/null
@@ -1,4 +0,0 @@
-/* LLVM syntax highlighting for the Web */
-
-.llvm_type { font-style: oblique; color: green }
-.llvm_keyword { font-weight: bold; color: blue }