diff options
author | Marc Englund <marc.englund@itmill.com> | 2008-04-29 10:33:29 +0000 |
---|---|---|
committer | Marc Englund <marc.englund@itmill.com> | 2008-04-29 10:33:29 +0000 |
commit | 4637b666ebd154d3e98e700af6cea113c70c01bd (patch) | |
tree | 8f5f1a9d4410012320cb744b58341c29663c0c0a /WebContent | |
parent | 4221a72eb08e896cc37c3dcc3ca8d810f463e788 (diff) | |
download | vaadin-framework-4637b666ebd154d3e98e700af6cea113c70c01bd.tar.gz vaadin-framework-4637b666ebd154d3e98e700af6cea113c70c01bd.zip |
padding not needed anymore
svn changeset:4275/svn branch:trunk
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/ITMILL/themes/reservr/styles.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/WebContent/ITMILL/themes/reservr/styles.css b/WebContent/ITMILL/themes/reservr/styles.css index dae0dd18d2..d107454c1e 100644 --- a/WebContent/ITMILL/themes/reservr/styles.css +++ b/WebContent/ITMILL/themes/reservr/styles.css @@ -7,7 +7,6 @@ body { background-repeat: no-repeat;
background-position: top right;
margin: 0;
- padding: 20px 25px 55px 25px;
}
#itmill-ajax-window {
|