Updated / Added JS and CSS files needed for new design. Updated README.md to include qTip and jqPlot license exceptions

This commit is contained in:
laf
2014-01-13 08:29:35 +00:00
parent 776e4a0d6a
commit e3f23a1009
27 changed files with 9930 additions and 3157 deletions
+8 -6
View File
@@ -1,7 +1,7 @@
/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print {
@media screen, print {
/* Turn off list bullets */
ul.mktree li { list-style: none; }
ul.mktree li { list-style: none; }
/* Control how "spaced out" the tree is */
ul.mktree, ul.mktree ul , ul.mktree li { margin-left:10px; padding:0px; }
/* Provide space for our own "bullet" inside the LI */
@@ -13,9 +13,11 @@
/* Sublists are visible or not based on class of parent LI */
ul.mktree li.liOpen ul { display: block; }
ul.mktree li.liClosed ul { display: none; }
/* Format menu items differently depending on what level of the tree they are in */
ul.mktree li { font-size: 12pt; }
ul.mktree li ul li { font-size: 10pt; }
ul.mktree li ul li ul li { font-size: 10pt; }
ul.mktree li ul li ul li ul li { font-size: 10pt; }
/* Uncomment this if you want your fonts to decrease in size the deeper they are in the tree */
/*
ul.mktree li ul li { font-size: 90% }
*/
}