APIDump: The PRE html tag has tab width set to 2 spaces.
This commit is contained in:
parent
b84cd0b3c5
commit
8406a37ac2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user