File: style.css

package info (click to toggle)
happydigger 3.2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,456 kB
  • ctags: 175
  • sloc: ansic: 4,325; sh: 4,215; makefile: 121; sed: 16
file content (14 lines) | stat: -rw-r--r-- 251 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
body { font-family: monospace; }

.thumb {
	margin: 20px;
	float: left;
}

img {
	border-top: thin solid silver;
	border-left: thin solid silver;
	border-right: thick groove silver;
	border-bottom: thick groove silver;
}
.thumb img { padding: 20px; }