diff options
Diffstat (limited to 'css/common.css')
-rw-r--r-- | css/common.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/css/common.css b/css/common.css index 5300635..82f5e94 100644 --- a/css/common.css +++ b/css/common.css @@ -1,3 +1,14 @@ +body { + font-family: Arial; +} + +h1 { + font-size: 18px; +} + +h2 { + font-size: 16px; +} div.mxRubberband { position: absolute; overflow: hidden; @@ -196,3 +207,15 @@ td.mxPopupMenuIcon { margin-left: 160px; width: 50px; } + +.boldButton { + font-weight: bold; +} + +.italicButton { + font-style: italic; +} + +.underlineButton { + text-decoration: underline; +} |