Fixes, mainly.
This commit is contained in:
		@@ -22,7 +22,7 @@ get_window_size = function() {
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
is_screen_media = function() {
 | 
			
		||||
    return (document.getElementsByTagName('link')[0].getAttribute('media').indexOf(
 | 
			
		||||
    return (document.getElementsByTagName('link')[1].getAttribute('media').indexOf(
 | 
			
		||||
        'screen') != -1 || (document.styleSheets &&
 | 
			
		||||
        (document.styleSheets[0].media.mediaText.indexOf(
 | 
			
		||||
            'screen') != -1 || document.styleSheets[0].media.indexOf(
 | 
			
		||||
 
 | 
			
		||||
@@ -328,6 +328,10 @@ thead, tfoot {
 | 
			
		||||
    margin: 10px auto 0 auto;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
caption {
 | 
			
		||||
    caption-side: bottom;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/* Formatting-related classes */
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user