* Removed tabs from css
* Unified indentation to 2 spaces per tab * Re-added the Apache License header * Show HR line
This commit is contained in:
parent
e1d9627113
commit
bf721614ac
@ -1,3 +1,19 @@
|
||||
/*
|
||||
* Copyright 2009 Red Hat, Inc.
|
||||
*
|
||||
* Red Hat licenses this file to you under the Apache License, version 2.0
|
||||
* (the "License"); you may not use this file except in compliance with the
|
||||
* License. You may obtain a copy of the License at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
/* Javadoc style sheet */
|
||||
|
||||
/* Define colors, fonts and other style attributes here to override the defaults */
|
||||
@ -23,7 +39,10 @@ font {
|
||||
color: inherit;
|
||||
font-weight: inherit; }
|
||||
|
||||
hr { display: none; }
|
||||
hr {
|
||||
height: 1px;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
tt, tt *, pre, pre *, code, code * {
|
||||
font-family: "Liberation Mono", "DejaVu Sans Mono", Consolas, Monaco, "Vera Sans Mono", "Lucida Console", "Courier New", monospace !important;
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*
|
||||
* Copyright 2009 Red Hat, Inc.
|
||||
*
|
||||
* Red Hat licenses this file to you under the Apache License, version 2.0
|
||||
* (the "License"); you may not use this file except in compliance with the
|
||||
* License. You may obtain a copy of the License at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
/* Page background color */
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
@ -19,7 +35,10 @@ font {
|
||||
color: inherit;
|
||||
font-weight: inherit; }
|
||||
|
||||
hr { display: none; }
|
||||
hr {
|
||||
height: 1px;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
tt, tt *, pre, pre *, code, code * {
|
||||
font-family: "Liberation Mono", "DejaVu Sans Mono", Consolas, Monaco, "Vera Sans Mono", "Lucida Console", "Courier New", monospace !important;
|
||||
|
Loading…
Reference in New Issue
Block a user