projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0ff43a
)
Fix unboxed-spark test.
author
Dan Vanderkam
<dan@dygraphs.com>
Sat, 17 Mar 2012 18:13:25 +0000
(14:13 -0400)
committer
Dan Vanderkam
<dan@dygraphs.com>
Sat, 17 Mar 2012 18:13:25 +0000
(14:13 -0400)
display: "inline" elements cannot have an explicit width/height, but
"inline-block" elements can.
tests/unboxed-spark.html
patch
|
blob
|
blame
|
history
diff --git
a/tests/unboxed-spark.html
b/tests/unboxed-spark.html
index
dcbaafe
..
d40822a
100644
(file)
--- a/
tests/unboxed-spark.html
+++ b/
tests/unboxed-spark.html
@@
-15,7
+15,7
@@
<script type="text/javascript" src="data.js"></script>
<style type="text/css">
#div_spark {
- display: inline;
+ display: inline
-block
;
}
</style>
</head>