fixed a minor glitch in the pio sample code

This commit is contained in:
2011-08-13 22:44:43 +00:00
parent 14572f08aa
commit 8923102323
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/* The standard CSS for doxygen */
body, table, div, p, dl {
font-family: Ubuntu, Lucida Grande, Verdana, Geneva, Arial, sans-serif;
font-family: Ubuntu, "Trebuchet MS", Lucida Grande, Verdana, Geneva, Arial, sans-serif;
font-size: 13px;
}