1
0
Fork 0

Added styling for manual definitions and float captions

closure/master
Mike Gerwitz 2011-03-13 23:54:48 -04:00
parent d367c13820
commit 02c0838dec
1 changed files with 10 additions and 0 deletions

View File

@ -19,3 +19,13 @@ body {
font-family: arial, serif; font-family: arial, serif;
} }
dfn {
font-style: italic;
font-weight: bold;
}
.float-caption {
font-size: 0.9em;
}