diff options
author | Jose Antonio Marquez | 2012-05-23 13:37:15 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-05-23 13:37:15 -0700 |
commit | 16decc5726eafbb25675c61be6df85a378ac1fac (patch) | |
tree | 5590c4a20a5d9297d3e66a1d290db32f028047eb /js/document | |
parent | 27e6e1238ec1adb34aa396074e2559801c7e4314 (diff) | |
parent | 108764dbdaa0c040de9146c2d722b6e53830cd54 (diff) | |
download | ninja-16decc5726eafbb25675c61be6df85a378ac1fac.tar.gz |
Merge branch 'refs/heads/Ninja-DOM-Architecture' into Document
Diffstat (limited to 'js/document')
-rwxr-xr-x | js/document/templates/html/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/document/templates/html/index.html b/js/document/templates/html/index.html index 933df157..70187900 100755 --- a/js/document/templates/html/index.html +++ b/js/document/templates/html/index.html | |||
@@ -54,6 +54,10 @@ | |||
54 | .nj-preset-transition { | 54 | .nj-preset-transition { |
55 | -webkit-transition: all 450ms linear !important; | 55 | -webkit-transition: all 450ms linear !important; |
56 | } | 56 | } |
57 | |||
58 | .nj-element-highlight { | ||
59 | outline: 4px solid #ff0000; | ||
60 | } | ||
57 | </style> | 61 | </style> |
58 | 62 | ||
59 | <script type="text/javascript" data-ninja-template="true"> | 63 | <script type="text/javascript" data-ninja-template="true"> |