diff options
author | Valerio Virgillito | 2012-05-11 16:23:21 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-11 16:23:21 -0700 |
commit | 3b158d7368a41a634b839281fede96445907d15b (patch) | |
tree | cc6fc8cce13fbc185ed716b08479689a221514c0 /js/document/templates | |
parent | 9464de58d5bb8b467829926b9d01c0760ec4d790 (diff) | |
parent | d68c1ea5163c67ada54ac24f1da69695cc8dfab5 (diff) | |
download | ninja-3b158d7368a41a634b839281fede96445907d15b.tar.gz |
Merge pull request #224 from joseeight/Document
Document
Diffstat (limited to 'js/document/templates')
-rwxr-xr-x | js/document/templates/banner/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/document/templates/banner/index.html b/js/document/templates/banner/index.html index 2cd82f51..8e8c96d6 100755 --- a/js/document/templates/banner/index.html +++ b/js/document/templates/banner/index.html | |||
@@ -60,8 +60,8 @@ | |||
60 | border: 0; | 60 | border: 0; |
61 | position: absolute; | 61 | position: absolute; |
62 | overflow: visible; | 62 | overflow: visible; |
63 | top: 50%; | 63 | top: 0; |
64 | left: 50%; | 64 | left: 0; |
65 | background: #FFF; | 65 | background: #FFF; |
66 | } | 66 | } |
67 | </style> | 67 | </style> |