Initial revision
From-SVN: r102074
This commit is contained in:
parent
6f4434b39b
commit
f911ba985a
4557 changed files with 1000262 additions and 0 deletions
42
libjava/classpath/scripts/checkstyle.css
Normal file
42
libjava/classpath/scripts/checkstyle.css
Normal file
|
@ -0,0 +1,42 @@
|
|||
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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue