1
0

APIDump: The PRE html tag has tab width set to 2 spaces.

This commit is contained in:
madmaxoft 2013-12-29 13:23:30 +01:00
parent b84cd0b3c5
commit 8406a37ac2

View File

@ -30,6 +30,11 @@ pre
{
border: 1px solid #ccc;
background-color: #eee;
-moz-tab-size: 2;
-o-tab-size: 2;
-webkit-tab-size: 2;
-ms-tab-size: 2;
tab-size: 2;
}
body