fix missing bold for your account item
[brisk.git] / web / bug.css
1 * { 
2     font-family: verdana;
3 }
4
5 body
6
7   text-align: center;
8   background-image: none;
9   background-color: white;
10   }
11
12 div.bug_cont
13
14   margin: auto;
15   width: 800px;
16   text-align: left;
17   font-size: 14px;
18   padding: 8px;
19   }
20
21 div.bug_form_out
22
23   display: none;
24   text-align: center;
25   }
26
27 div.bug_form 
28 {
29   text-align: left;
30   margin: auto;
31   width: 90%;
32   padding: 8px;
33   background-color: #e0e0e0;
34   border: 1px solid #a0a0a0;
35  }
36
37 div.bug_form_inn
38
39   text-align: center;
40   }
41  
42 table.bug_form
43 {
44   margin: auto;
45  }