Skip to content

Commit 9cb6541

Browse files
committed
Merge pull request #272 from PiterEL/patch-1
Correct alignment in one line
2 parents ee85281 + 7576f9b commit 9cb6541

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

www/css/style.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ body table#itemtable tbody{
623623
body table#itemtable tbody tr{
624624
display: block;
625625

626-
width: 96%;
626+
width: 98%;
627627
padding: 5px 5px 5px 5px;
628628
margin: 2px 100% 5px 0;
629629

@@ -742,7 +742,7 @@ body table#itemtablenotype tbody{
742742
body table#itemtablenotype tbody tr{
743743
display: block;
744744

745-
width: 96%;
745+
width: 98%;
746746
padding: 5px 5px 5px 5px;
747747
margin: 2px 100% 5px 0;
748748

@@ -853,7 +853,7 @@ body table#itemtablenostatus tbody{
853853
body table#itemtablenostatus tbody tr{
854854
display: block;
855855

856-
width: 96%;
856+
width: 98%;
857857
padding: 5px 5px 5px 5px;
858858
margin: 2px 100% 5px 0;
859859

@@ -978,7 +978,7 @@ body table#itemtablesmall tbody{
978978
body table#itemtablesmall tbody tr{
979979
display: block;
980980

981-
width: 96%;
981+
width: 98%;
982982
height: 66px;
983983
padding: 5px 5px 5px 5px;
984984
margin: 2px 100% 5px 0;
@@ -1090,7 +1090,7 @@ body table#itemtabledoubleicon tbody{
10901090
body table#itemtabledoubleicon tbody tr{
10911091
display: block;
10921092

1093-
width: 96%;
1093+
width: 98%;
10941094
padding: 5px 5px 5px 5px;
10951095
margin: 2px 100% 5px 0;
10961096

@@ -1219,7 +1219,7 @@ body table#itemtabletrippleicon tbody{
12191219
body table#itemtabletrippleicon tbody tr{
12201220
display: block;
12211221

1222-
width: 96%;
1222+
width: 98%;
12231223
padding: 5px 5px 5px 5px;
12241224
margin: 2px 100% 5px 0;
12251225

@@ -1358,7 +1358,7 @@ body table#itemtablesmalldoubleicon tbody{
13581358
body table#itemtablesmalldoubleicon tbody tr{
13591359
display: block;
13601360

1361-
width: 96%;
1361+
width: 98%;
13621362
height: 66px;
13631363
padding: 5px 5px 5px 5px;
13641364
margin: 2px 100% 5px 0;
@@ -1478,7 +1478,7 @@ body table#itemtablesmalltrippleicon tbody{
14781478
body table#itemtablesmalltrippleicon tbody tr{
14791479
display: block;
14801480

1481-
width: 96%;
1481+
width: 98%;
14821482
height: 66px;
14831483
padding: 5px 5px 5px 5px;
14841484
margin: 2px 100% 5px 0;

0 commit comments

Comments
 (0)