Blame view

frontend/web/wg_images/wgstyle.css 369 Bytes
c7f222e2   Artem   first
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  .wgfcst table.forecast {
  font-size: 11px;
  font-family: 'Arial CE', 'Helvetica CE', Arial, Helvetica, sans-serif;
  margin: 0px 0px 0px 0px;
  text-align: center;
  }
  .wgfcst table.forecast-ram {
  background-color: #EAEAEA;
  border: 1px solid #666666;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  }
  .wgfcst a:link {
  color: #000099;
  }
  .wgfcst a:visited{
  color: #000099;
  }