diff options
author | jiteshjha | 2016-06-14 18:25:48 +0530 |
---|---|---|
committer | jiteshjha | 2016-06-14 18:25:48 +0530 |
commit | 9da5bb6755568a5114697bcc59390d73c4aeaa40 (patch) | |
tree | 6ec12c63a54dbe879115fcf0c9aada4748e7c2e9 /css | |
parent | 4ae601b0b9c4756f7d21fe78a2eb3b037411ac03 (diff) | |
download | xcos-on-web-9da5bb6755568a5114697bcc59390d73c4aeaa40.tar.gz xcos-on-web-9da5bb6755568a5114697bcc59390d73c4aeaa40.tar.bz2 xcos-on-web-9da5bb6755568a5114697bcc59390d73c4aeaa40.zip |
Final - won't touch again
Diffstat (limited to '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; +} |