File: example.css

package info (click to toggle)
php-cas 1.3.1-4%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,184 kB
  • sloc: php: 4,450; xml: 175; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
.error {
	border: 1px solid #aa0000;
	color: #aa0000;
	padding: 5px;
}
.success {
	border: 1px solid #00aa00;
	color: #00aa00;
	padding: 5px;
}