diff options
author | jiteshjha | 2016-06-15 16:31:04 +0530 |
---|---|---|
committer | jiteshjha | 2016-06-15 16:31:04 +0530 |
commit | 47de36715db051854e638edac166db9b4c96d984 (patch) | |
tree | e01263d5a07b39a366cf429dc824e4aee1a69308 /css | |
parent | 96ea9f112e97bf4c4f4acf087785458f815e5711 (diff) | |
download | xcos-on-web-47de36715db051854e638edac166db9b4c96d984.tar.gz xcos-on-web-47de36715db051854e638edac166db9b4c96d984.tar.bz2 xcos-on-web-47de36715db051854e638edac166db9b4c96d984.zip |
style to object parsing
Diffstat (limited to 'css')
-rw-r--r-- | css/common.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/css/common.css b/css/common.css index 86a1453..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; |