Subversion Repository Public Repository

Nextrek

@ 1051
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 .chapter{
	 color: blue;
 }
 
table, th , td  {
  border: 1px solid grey;
  border-collapse: collapse;
  padding: 5px;
}
table tr:nth-child(odd)	{
  background-color: #f1f1f1;
}
table tr:nth-child(even) {
  background-color: #ffffff;
}

Commits for Nextrek/Marco/css/angTest.css

Diff revisions: vs.
Revision Author Commited Message
1051 MOliva picture MOliva Wed 30 Dec, 2015 16:51:13 +0000