ruby-oci8 2.1.0-x86-mingw32 → 2.1.1-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,35 +0,0 @@
1
- h1 {
2
- color: #000080;
3
- background: #e0e0ff;
4
- border-color: #8080d0;
5
- border-style: solid;
6
- border-top-style: none;
7
- border-left-style: none;
8
- border-bottom-width: thick;
9
- border-right-width: thin;
10
- padding-top: 0.2em;
11
- padding-bottom: 0.2em;
12
- text-align: center
13
- }
14
- h2 {
15
- color: #000080;
16
- background: #e0e0ff;
17
- border-color: #8080d0;
18
- border-style: solid;
19
- border-top-style: none;
20
- border-left-style: none;
21
- border-bottom-width: thick;
22
- border-right-width: thin;
23
- }
24
- code {
25
- color: blue
26
- }
27
- var {
28
- color: brown
29
- }
30
- dt {
31
- color: red
32
- }
33
- pre {
34
- background: #e0ffff
35
- }