aboutsummaryrefslogtreecommitdiff
path: root/js/document/templates/preview
diff options
context:
space:
mode:
authorKris Kowal2012-07-06 12:42:16 -0700
committerKris Kowal2012-07-06 15:01:49 -0700
commit6803c0abd279fcb640c38b3881b751bab982cbe0 (patch)
tree876211d178954cbaa73e0fbb658fe0c6ffb7ac8d /js/document/templates/preview
parent3644cb6def4f681c99959e5729e78ea353441fad (diff)
downloadninja-6803c0abd279fcb640c38b3881b751bab982cbe0.tar.gz
Remove trailing spaces
Diffstat (limited to 'js/document/templates/preview')
-rwxr-xr-xjs/document/templates/preview/banner.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/js/document/templates/preview/banner.html b/js/document/templates/preview/banner.html
index 12376795..47635f07 100755
--- a/js/document/templates/preview/banner.html
+++ b/js/document/templates/preview/banner.html
@@ -28,13 +28,13 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 28ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29POSSIBILITY OF SUCH DAMAGE. 29POSSIBILITY OF SUCH DAMAGE.
30</copyright> --> 30</copyright> -->
31 31
32<html> 32<html>
33 33
34 <head> 34 <head>
35 35
36 <style type="text/css"> 36 <style type="text/css">
37 37
38 html, body { 38 html, body {
39 width: 100%; 39 width: 100%;
40 height: 100%; 40 height: 100%;
@@ -42,7 +42,7 @@ POSSIBILITY OF SUCH DAMAGE.
42 padding: 0; 42 padding: 0;
43 background: #333; 43 background: #333;
44 } 44 }
45 45
46 .preview { 46 .preview {
47 position: absolute; 47 position: absolute;
48 top: 50%; 48 top: 50%;
@@ -53,9 +53,9 @@ POSSIBILITY OF SUCH DAMAGE.
53 background: #FFF; 53 background: #FFF;
54 -webkit-box-shadow: 0 0 16px #000; 54 -webkit-box-shadow: 0 0 16px #000;
55 } 55 }
56 56
57 </style> 57 </style>
58 58
59 <script type="text/javascript"> 59 <script type="text/javascript">
60 // 60 //
61 window.addEventListener('load', loadBanner, false); 61 window.addEventListener('load', loadBanner, false);