Closed (works as designed)
Project:
Drupal core
Version:
4.3.2
Component:
theme system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2004 at 19:28 UTC
Updated:
21 Feb 2004 at 16:46 UTC
In function theme_head() in includes/theme.inc, there is style html code to load the misc/drupal.css stylesheet.
This causes the file drupal.css to be loaded, although xtemplate loads a configurable style sheet.
This adds 4 Kb per page view.
Comments
Comment #1
moshe weitzman commenteddrupal.css and the configurable stylesheet are not identical. drupal.cs is common to all themes. themes then override the pieces they don't want, and add new styles as needed.
Comment #2
robert castelo commentedAs these are external style sheets, they are only downloaded on the first Drupal page that a user visits, after that the browser gets the style sheet info from it's cache. Meaning that drupal.css only uses 4 k on the entry page.
Comment #3
Kjartan commented