1
0

APIDump: Added a slight visual style to <pre> tags

This commit is contained in:
madmaxoft 2013-09-16 22:34:27 +02:00
parent d30bfc053d
commit b1dc792259

View File

@ -21,3 +21,8 @@ td, th
border: 1px solid #ccc;
}
pre
{
border: 1px solid #ccc;
background-color: #eee;
}