PageRenderTime 48ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/release-0.1-rc2/hive/external/docs/changes/ChangesSimpleStyle.css

#
CSS | 49 lines | 26 code | 7 blank | 16 comment | 0 complexity | b547cf01aefa3433d70b3551dd3f1ef0 MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  1. /*
  2. * Licensed to the Apache Software Foundation (ASF) under one or more
  3. * contributor license agreements. See the NOTICE file distributed with
  4. * this work for additional information regarding copyright ownership.
  5. * The ASF licenses this file to You under the Apache License, Version 2.0
  6. * (the "License"); you may not use this file except in compliance with
  7. * the License. You may obtain a copy of the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS,
  13. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. * See the License for the specific language governing permissions and
  15. * limitations under the License.
  16. */
  17. body {
  18. font-family: Courier New, monospace;
  19. font-size: 10pt;
  20. }
  21. h1 {
  22. font-family: Courier New, monospace;
  23. font-size: 10pt;
  24. }
  25. h2 {
  26. font-family: Courier New, monospace;
  27. font-size: 10pt;
  28. }
  29. h3 {
  30. font-family: Courier New, monospace;
  31. font-size: 10pt;
  32. }
  33. a:link {
  34. color: blue;
  35. }
  36. a:visited {
  37. color: purple;
  38. }
  39. li {
  40. margin-top: 1em;
  41. margin-bottom: 1em;
  42. }