slate: change submenu caret from dark to white
[bootswatch] / index.html
index 6fff64c..408a800 100644 (file)
                        <div class="span4">
                                <img class="glyph" src="img/glyphicons_341_github.png">
                                <h3>Open Source</h3>
-                               <p>Licensed under Apache 2.0 and maintained by the community on <a target="_blank" href="https://github.com/thomaspark/bootswatch">GitHub</a>.</p>
+                               <p>Bootstrap themes are licensed under Apache 2.0 and maintained by the community on <a target="_blank" href="https://github.com/thomaspark/bootswatch">GitHub</a>.</p>
                        </div>
                        <div class="span4">
                                <img class="glyph" src="img/glyphicons_280_settings.png">
-                               <h3>Tuned for 2.1.0</h3>
+                               <h3>Tuned for 2.1.1</h3>
                                <p>Swatches are built for and tested with the latest version of Bootstrap. <a target="_blank" href="https://github.com/thomaspark/bootswatch/downloads">Older versions</a> are also available for download.</p>
                        </div>
                        <div class="span4">
                        <h4>Request</h4>
                                <p>Send your request to <code>http://api.bootswatch.com</code>.</p>
                        <h4>Response</h4>
-                               <p>This returns a <code>themes</code> array, and each theme has the following properties: <code>name</code>, <code>description</code>, <code>preview</code>, <code>thumbnail</code>, <code>css</code>, <code>css-min</code>, <code>less</code>, and <code>less-variables</code>.
+                               <p>This returns a <code>themes</code> array, and each theme has the following properties: <code>name</code>, <code>description</code>, <code>preview</code>, <code>thumbnail</code>, <code>css</code>, <code>cssMin</code>, <code>less</code>, and <code>lessVariables</code>.
                        <h4>Demo</h4>
                                <p>A <a target="_blank" href="http://jsbin.com/asowud/1/edit">simple example</a>, using <a target="_blank" href="https://github.com/janl/mustache.js">mustache.js</a> for templating.</p>
                        <h4>Credits</h4>
 
                parseRSS('http://feeds.feedburner.com/bootswatch', function(d){
                        var h ='<strong>Recent updates:</strong> ';
-                       for (var i = 0; i < 4; i++){
+                       for (var i = 0; i < 3; i++){
                                h = h + '<a href="' + d.entries[i].link + '">' + d.entries[i].title + '...</a>&nbsp;&nbsp;';
                        }
                        document.getElementById('ticker').innerHTML = h;