diff options
Diffstat (limited to 'BKUOnline/src/main/webapp/css/applet.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%> + */ +} + |