File: prose.css

package info (click to toggle)
libnb-platform18-java 8.1%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 85,228 kB
  • ctags: 104,620
  • sloc: java: 705,506; xml: 124,894; ansic: 6,317; sh: 4,043; cpp: 2,492; objc: 288; perl: 277; makefile: 261
file content (21 lines) | stat: -rw-r--r-- 371 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
21
/* stylesheet used for prose docs */

@import "nb-docs.css";
@import "netbeans.css"; /* copied from http://www.netbeans.org/netbeans.css */

/* ... with just these changes: */

/* XXX should these things really be overridden?
pre {
  background-color: #FFF0F0;
  }

samp {
  background-color: #FFF0F0;
  }
*/

p.overviewlink {
  font-weight: bold;
  text-align: right;
}