summaryrefslogtreecommitdiff
path: root/css/common.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/common.css')
-rw-r--r--css/common.css12
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;
+}