source: src/main/resources/static/styles.css@ c3268ca

main
Last change on this file since c3268ca was c3268ca, checked in by Stefan Risteski <stefanristeski2001@…>, 9 months ago

Project

The whole Project

  • Property mode set to 100644
File size: 306 bytes
Line 
1.reportTabeli
2{
3 border: white solid 5px;
4 border-collapse: collapse;
5 margin-left: auto;
6 margin-right: auto;
7 margin-bottom: 100px;
8}
9
10.reportTabeli tr
11{
12 border: white solid 5px;
13}
14
15.reportTabeli th
16{
17 border: white solid 5px;
18}
19
20.reportTabeli td
21{
22 border: white solid 5px;
23}
Note: See TracBrowser for help on using the repository browser.