Subversion Repositories wimsdev

Rev

Rev 14407 | Rev 14734 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14407 Rev 14424
Line -... Line 1...
-
 
1
/* WIMS Custom */
-
 
2
 
-
 
3
 
-
 
4
/* table{width:100%} has been desactivated (in test) */
-
 
5
 
-
 
6
 
1
/**
7
/**
2
 * Foundation for Sites by ZURB
8
 * Foundation for Sites by ZURB
3
 * Version 6.5.3
9
 * Version 6.5.3
4
 * foundation.zurb.com
10
 * foundation.zurb.com
5
 * Licensed under MIT Open Source
11
 * Licensed under MIT Open Source
6
 */
12
 */
7
/* Table styles */
13
/* Table styles */
8
table {
14
table {
9
  border-collapse: collapse;
15
  border-collapse: collapse;
10
  width: 100%;
16
  /*width: 100%;*/
11
  margin-bottom: 1rem;
17
  margin-bottom: 1rem;
12
  border-radius: 0; }
18
  border-radius: 0; }
13
  thead,
19
  thead,
14
  tbody,
20
  tbody,
15
  tfoot {
21
  tfoot {