diff options
| author | Cash Costello <cash.costello@gmail.com> | 2011-09-24 22:11:43 -0400 | 
|---|---|---|
| committer | Cash Costello <cash.costello@gmail.com> | 2011-09-24 22:11:43 -0400 | 
| commit | 43f82db7fe8cab6b035fb66b307e5466cb5b3aa5 (patch) | |
| tree | 87c87171b7d991ee8bd216d9ae483598367a1d09 /mod | |
| parent | ef52dd9cfec3c415cd00714223ea7ce31cb07b3d (diff) | |
| download | elgg-43f82db7fe8cab6b035fb66b307e5466cb5b3aa5.tar.gz elgg-43f82db7fe8cab6b035fb66b307e5466cb5b3aa5.tar.bz2  | |
Fixes #3845 added ie7 css view and tested all current hacks for ie7
Diffstat (limited to 'mod')
| -rw-r--r-- | mod/embed/views/default/embed/css.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/embed/views/default/embed/css.php b/mod/embed/views/default/embed/css.php index 5750c05c0..03373da2b 100644 --- a/mod/embed/views/default/embed/css.php +++ b/mod/embed/views/default/embed/css.php @@ -8,7 +8,7 @@  .embed-wrapper {  	width: 730px;  	min-height: 400px; -	margin: 10px; +	margin: 15px;  }  .embed-wrapper h2 {  	color: #333333;  | 
