projects
/
wiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ccf73f
)
Spacing
author
Bernie Innocenti
<bernie@codewiz.org>
Tue, 18 Dec 2012 20:08:06 +0000
(15:08 -0500)
committer
Bernie Innocenti
<bernie@codewiz.org>
Tue, 18 Dec 2012 20:08:06 +0000
(15:08 -0500)
sys/GuruMeditation.js
patch
|
blob
|
history
diff --git
a/sys/GuruMeditation.js
b/sys/GuruMeditation.js
index bc7f5e973f26abc92d7612a28dfd64ab39e8b114..da8df2e37e154cb81f7f6c6e2a399d9ae0e93954 100644
(file)
--- a/
sys/GuruMeditation.js
+++ b/
sys/GuruMeditation.js
@@
-5,7
+5,7
@@
var guru = document.getElementById('guru');
// Firefox 2.0 doesn't take border-color, but returns border-top-color fine
-var color = document.defaultView.getComputedStyle(guru,null).getPropertyValue('border-top-color');
+var color = document.defaultView.getComputedStyle(guru,
null).getPropertyValue('border-top-color');
function guruOn() {
guru.style.setProperty('border-color', color, '');