yard_klippstein_template 0.0.30 → 0.0.31
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 +5 -2
- data/version.rb +1 -1
- metadata +1 -1
|
@@ -111,7 +111,9 @@
|
|
|
111
111
|
border: 0px;
|
|
112
112
|
padding: 1px 10px;
|
|
113
113
|
border-bottom: 1px #c6c6c6 dotted;
|
|
114
|
-
white-space:nowrap;
|
|
114
|
+
white-space:nowrap;
|
|
115
|
+
width: 25%;
|
|
116
|
+
overflow: visible;
|
|
115
117
|
}
|
|
116
118
|
|
|
117
119
|
.summary .summary_desc {
|
|
@@ -119,7 +121,8 @@
|
|
|
119
121
|
margin:0px;
|
|
120
122
|
border-bottom: 1px #c6c6c6 dotted;
|
|
121
123
|
font-family: "Lucida Sans","Lucida Grande",Verdana,Arial,sans-serif;
|
|
122
|
-
|
|
124
|
+
font-size: 13px;
|
|
125
|
+
width: 74%;
|
|
123
126
|
}
|
|
124
127
|
|
|
125
128
|
p.signature, h3.signature {
|
data/version.rb
CHANGED