File: comments.css

package info (click to toggle)
python-lesscpy 0.15.1-0.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,488 kB
  • sloc: python: 3,591; sh: 5; makefile: 4
file content (19 lines) | stat: -rw-r--r-- 279 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#comments {
	color: red;
	background-color: orange;
	font-size: 12px;
	content: "content";
	border: 1px solid black;
	padding: 0;
	margin: 2em;
}
.selector,
.lots,
.comments {
	color: grey, orange;
	-webkit-border-radius: 2px;
	-moz-border-radius: 8px;
}
#last {
	color: blue;
}