We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 155d0cd commit 8a85a96Copy full SHA for 8a85a96
src/_sass/railsdoc.scss
@@ -170,6 +170,14 @@ code {
170
}
171
172
173
+// FIXME: Wrap method with `code` tag in sdoc
174
+.method {
175
+ h3 {
176
+ font-family: monospace;
177
+ font-size: 1.3rem;
178
+ }
179
+}
180
+
181
#content {
182
$hacky-div-height: 4rem;
183
@@ -195,6 +203,15 @@ code {
195
203
196
204
.attr-name {
197
205
font-weight: bold;
206
207
208
209
+ .attr-value {
210
211
212
213
+ .attr-rw {
214
198
215
199
216
200
217
0 commit comments