dtext tweaks

This commit is contained in:
albert
2011-10-15 22:46:26 -04:00
parent 91f71201fa
commit 81dc20c58f
2 changed files with 13 additions and 1 deletions

View File

@@ -17,6 +17,18 @@ div#note-container {
font-size: 0.8em;
color: gray;
}
b {
font-weight: bold;
}
i {
font-style: italic;
}
small {
font-size: 0.8em;
}
}
div.note-box {