0ac5ec33cae4d57350d4ea3808ac80bc5a49f868
Whats-new-in-the-6-dot-8-0-dot-1-Reference-Implementation.md
| ... | ... | @@ -40,6 +40,6 @@ Each category houses one or more visualization folder. For example, the Circula |
| 40 | 40 | |
| 41 | 41 | ###Default.master |
| 42 | 42 | |
| 43 | -The dependency chain has been optimized in the Default.master. Previously, the \<style>\ tag for the main.css was being overridden by the bootstrap references, making it difficult to have changes in the main.css respected. Now that both the main.css and main.js are at the bottom of the chain, changes to those files will be respected. |
|
| 43 | +The dependency chain has been optimized in the Default.master. Previously, the \<style> tag for the main.css was being overridden by the bootstrap references, making it difficult to have changes in the main.css respected. Now that both the main.css and main.js are at the bottom of the chain, changes to those files will be respected. |
|
| 44 | 44 | |
| 45 | 45 | Also, pathing changes have been made to a majority of the css files. Notice that they all have .min.css extensions. As mentioned before, many of our css files have minified versions now. Removing white space helps reduce the size of the file and increase loading times. The RI now comes with the paths defaulted to the .min.css files of Reset2, print, fun, and main. |