aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/scripts/checkstyle.css
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/scripts/checkstyle.css')
-rw-r--r--libjava/classpath/scripts/checkstyle.css42
1 files changed, 0 insertions, 42 deletions
diff --git a/libjava/classpath/scripts/checkstyle.css b/libjava/classpath/scripts/checkstyle.css
deleted file mode 100644
index 9d1fd8b..0000000
--- a/libjava/classpath/scripts/checkstyle.css
+++ /dev/null
@@ -1,42 +0,0 @@
-body {
- color: black;
- font-family: sans-serif;
-}
-h1 {
- color: #990000;
- border-width: 1px;
- border-style: solid;
- border-color: black;
- padding: 0.2em;
- background-color: #cccccc;
- width: 100%;
-}
-h2 {
- color: #990000;
- border-width: 1px;
- border-style: solid;
- border-color: black;
- padding: 0.2em;
- background-color: #cccccc;
- width: 100%;
-}
-h3 {
- color: #990000;
- border-width: 1px;
- border-style: solid;
- border-color: black;
- padding: 0.2em;
- background-color: #cccccc;
- width: 100%;
-}
-table {
- width: 100%;
-}
-th {
- color: white;
- background-color: #999999;
- text-align: left;
-}
-td {
- background-color: #cccccc;
-}