File: style.css

package info (click to toggle)
librexml-ruby 1.2.5-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 792 kB
  • ctags: 655
  • sloc: ruby: 3,778; xml: 1,609; java: 109; makefile: 43
file content (26 lines) | stat: -rw-r--r-- 405 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.method, .alias, .attributes {
	border: thin solid black;
	background-color: #DDD;
	padding: 0.5em;
	padding-top: 0em;
	margin-bottom: 1em;
	}
.alias {
	background-color: #DFD;
}
ARG {
	font-style: italic;
	padding-right: 1em;
}
.argument {
	margin-bottom: 1em;
}
.attributes {
	background-color: #DDF;
}
.footer {
	text-align: right;
	background-color: #DDF;
	padding: 0.5em;
	border: thin solid gray;
}