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

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
- }