diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-01-20 09:16:38 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-01-20 09:16:38 +0000 |
commit | 7c14149f55c8f48ca24786f97f7abed4e55804b1 (patch) | |
tree | 93129dcfec22a9571a2694080655ce5f0eadda72 /BKUOnline/src/main/webapp/css | |
parent | 6247246a5656f9bb69dfe52cc7f2047b9ec3806e (diff) | |
download | mocca-7c14149f55c8f48ca24786f97f7abed4e55804b1.tar.gz mocca-7c14149f55c8f48ca24786f97f7abed4e55804b1.tar.bz2 mocca-7c14149f55c8f48ca24786f97f7abed4e55804b1.zip |
CSS for appletpage
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@261 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src/main/webapp/css')
-rw-r--r-- | BKUOnline/src/main/webapp/css/applet.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/BKUOnline/src/main/webapp/css/applet.css b/BKUOnline/src/main/webapp/css/applet.css new file mode 100644 index 00000000..4bfbd77d --- /dev/null +++ b/BKUOnline/src/main/webapp/css/applet.css @@ -0,0 +1,16 @@ + +root { + display: block; +} + +body { + background: #ffffff; + /*background-image: url(../img/mocca-t_s.png);*/ + padding: 0; + margin: 0; + border-style: none; + /* + width:<%=width%> + */ +} + |