yard_klippstein_template 0.0.10 → 0.0.11
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.
- data/templates/default/fulldoc/html/css/klippstein.css +32 -0
- data/version.rb +1 -1
- metadata +2 -2
|
@@ -82,5 +82,37 @@
|
|
|
82
82
|
display: table !important;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
+
/* rdoc def list as table */
|
|
86
|
+
dl.rdoc-list {
|
|
87
|
+
overflow: hidden;
|
|
88
|
+
background: white;
|
|
89
|
+
width: 100%;
|
|
90
|
+
border: none;
|
|
91
|
+
border-top: 1px solid #ccc;
|
|
92
|
+
margin:0;
|
|
85
93
|
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
dl.rdoc-list dt {
|
|
97
|
+
clear: left;
|
|
98
|
+
float: left;
|
|
99
|
+
background: white;
|
|
100
|
+
width: 40%;
|
|
101
|
+
font-family:monospace;
|
|
102
|
+
font-weight: normal !important;
|
|
103
|
+
font-size:1.1em;
|
|
104
|
+
white-space:nowrap;
|
|
105
|
+
margin:0;
|
|
106
|
+
padding: 5px 3px;
|
|
107
|
+
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
dl.rdoc-list dd {
|
|
111
|
+
|
|
112
|
+
background: white;
|
|
113
|
+
white-space:nowrap;
|
|
114
|
+
border-bottom:1px solid #ccc;
|
|
115
|
+
margin:0;
|
|
116
|
+
padding: 5px 3px;
|
|
117
|
+
}
|
|
86
118
|
|
data/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yard_klippstein_template
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.11
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-10-
|
|
12
|
+
date: 2012-10-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rdoc
|