File: rdoc.css

package info (click to toggle)
ruby-i18n-inflector-rails 1.0.7-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 332 kB
  • sloc: ruby: 465; makefile: 7
file content (20 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@import "rdoc_base.css";

#documentation > ul:first-of-type {
  padding-bottom: 2em;
  padding-top: 1.5em;
  background-position: 20em 0%;
  background-repeat: no-repeat;
  }

#documentation .method-description > p:first-of-type + p {
  margin-top: 0.5em;
}

#documentation .method-description > ul {
  margin-left: 1.2em;
}

#documentation .method-description > p + ul {
  margin-left: 1.8em;
}