Skip to content

Commit fd10110

Browse files
XhmikosRdanmar
authored andcommitted
htmlreport/cppcheck-htmlreport: simplify css
1 parent 0b4da3d commit fd10110

1 file changed

Lines changed: 17 additions & 34 deletions

File tree

htmlreport/cppcheck-htmlreport

Lines changed: 17 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -19,61 +19,48 @@ body.body {
1919
font-family: Arial;
2020
font-size: 13px;
2121
background-color: black;
22-
padding: 0px;
23-
margin: 0px;
22+
padding: 0;
23+
margin: 0;
2424
}
2525
2626
.error {
2727
font-family: Arial;
2828
font-size: 13px;
2929
background-color: #ffb7b7;
30-
padding: 0px;
31-
margin: 0px;
30+
padding: 0;
31+
margin: 0;
3232
}
3333
3434
#page-header {
3535
clear: both;
3636
width: 900px;
37-
margin: 20px auto 0px auto;
37+
margin: 20px auto 0 auto;
3838
height: 10px;
39-
border-bottom-width: 2px;
40-
border-bottom-style: solid;
41-
border-bottom-color: #aaaaaa;
39+
border-bottom: 2px solid #aaa;
4240
}
4341
4442
#page {
4543
width: 860px;
4644
margin: auto;
47-
border-left-width: 2px;
48-
border-left-style: solid;
49-
border-left-color: #aaaaaa;
50-
border-right-width: 2px;
51-
border-right-style: solid;
52-
border-right-color: #aaaaaa;
53-
background-color: White;
45+
border-left: 2px solid #aaa;
46+
border-right: 2px solid #aaa;
47+
background-color: white;
5448
padding: 20px;
5549
}
5650
5751
#page-footer {
58-
clear: both;
5952
width: 900px;
60-
margin: auto;
6153
height: 10px;
62-
border-top-width: 2px;
63-
border-top-style: solid;
64-
border-top-color: #aaaaaa;
54+
clear: both;
55+
margin: auto;
56+
border-top: 2px solid #aaa;
6557
}
6658
6759
#header {
6860
width: 100%;
6961
height: 70px;
70-
background-image: url(logo.png);
71-
background-repeat: no-repeat;
72-
background-position: left top;
73-
74-
border-bottom-style: solid;
75-
border-bottom-width: thin;
76-
border-bottom-color: #aaaaaa;
62+
background: url(logo.png) no-repeat left top;
63+
border-bottom: thin solid #aaa;
7764
}
7865
7966
#menu {
@@ -94,19 +81,15 @@ body.body {
9481
width: 720px;
9582
9683
margin: 5px;
97-
padding: 0px 10px 10px 10px;
84+
padding: 0 10px 10px 10px;
9885
99-
border-left-style: solid;
100-
border-left-width: thin;
101-
border-left-color: #aaaaaa;
86+
border-left: thin solid #aaa;
10287
}
10388
10489
#footer {
10590
padding-bottom: 5px;
10691
padding-top: 5px;
107-
border-top-style: solid;
108-
border-top-width: thin;
109-
border-top-color: #aaaaaa;
92+
border-top: thin solid #aaa;
11093
clear: both;
11194
font-size: 10px;
11295
}

0 commit comments

Comments
 (0)