yard_klippstein_template 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
@@ -1,7 +1,7 @@
1
1
 
2
2
  module YardKlippsteinTemplate
3
3
 
4
- VERSION = '0.0.10'
4
+ VERSION = '0.0.11'
5
5
 
6
6
  end
7
7
 
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.10
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-24 00:00:00.000000000 Z
12
+ date: 2012-10-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rdoc