123 |
document.styleSheets(0).addRule("body", "font-size: 130%"); |
document.styleSheets(0).addRule("body", "font-size: 130%"); |
124 |
document.styleSheets(0).addRule("div.navigation", "font-size: 80%"); |
document.styleSheets(0).addRule("div.navigation", "font-size: 80%"); |
125 |
document.styleSheets(0).addRule("div.update", "font-size: 80%"); |
document.styleSheets(0).addRule("div.update", "font-size: 80%"); |
126 |
|
document.styleSheets(0).addRule("#new", "font-size: 80%; line-height: 115%; margin: 0.12em; padding: 0"); |
127 |
|
document.styleSheets(0).addRule("#new li", "margin: 0 0 0.12em 0; padding: 0"); |
128 |
</script> |
</script> |
129 |
|
|
130 |
</body></html> |
</body></html> |