diff options
Diffstat (limited to 'css/common.css')
-rw-r--r-- | css/common.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/css/common.css b/css/common.css index 5300635..86a1453 100644 --- a/css/common.css +++ b/css/common.css @@ -196,3 +196,15 @@ td.mxPopupMenuIcon { margin-left: 160px; width: 50px; } + +.boldButton { + font-weight: bold; +} + +.italicButton { + font-style: italic; +} + +.underlineButton { + text-decoration: underline; +} |