diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/marvin/images/logo.png | bin | 18085 -> 8279 bytes | |||
-rw-r--r-- | themes/marvin/marvin.theme | 1 | ||||
-rw-r--r-- | themes/unconed/images/logo.png | bin | 18085 -> 8055 bytes | |||
-rw-r--r-- | themes/unconed/unconed.theme | 1 | ||||
-rw-r--r-- | themes/xtemplate/xtemplate.css | 8 | ||||
-rw-r--r-- | themes/xtemplate/xtemplate.xtmpl | 1 |
6 files changed, 8 insertions, 3 deletions
diff --git a/themes/marvin/images/logo.png b/themes/marvin/images/logo.png Binary files differindex 7d87aa99d..2b9903a4a 100644 --- a/themes/marvin/images/logo.png +++ b/themes/marvin/images/logo.png diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index ad62746fb..4952d1426 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -22,7 +22,6 @@ <html> <head> <?php print theme_head($main); ?> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title> <?php if ($title) { diff --git a/themes/unconed/images/logo.png b/themes/unconed/images/logo.png Binary files differindex 7d87aa99d..b52c69c47 100644 --- a/themes/unconed/images/logo.png +++ b/themes/unconed/images/logo.png diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index 2f5e0d195..23e6eed93 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -41,7 +41,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <?php print theme_head($main); ?> <title><?php echo ($title ? ($title . " - ") : "") . variable_get(site_name, "drupal"); ?></title> <link rel="stylesheet" type="text/css" media="screen, projection" href="themes/unconed/unconed.css" /> diff --git a/themes/xtemplate/xtemplate.css b/themes/xtemplate/xtemplate.css index 51acb09a0..ce9865ac5 100644 --- a/themes/xtemplate/xtemplate.css +++ b/themes/xtemplate/xtemplate.css @@ -128,6 +128,14 @@ table { font-size: 1.3em; color: #777; } +.form-item .title { + font-size: 1em; + color: #222; +} +.item-list .title { + font-size: 1em; + color: #222; +} .node .author, .comment .author { color: #999; font-size: 0.8em; diff --git a/themes/xtemplate/xtemplate.xtmpl b/themes/xtemplate/xtemplate.xtmpl index 54f02cdd6..dc88eb06d 100644 --- a/themes/xtemplate/xtemplate.xtmpl +++ b/themes/xtemplate/xtemplate.xtmpl @@ -5,7 +5,6 @@ <head> <title>{title}</title> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> {head} <style type="text/css" media="all"> @import "themes/xtemplate/xtemplate.css"; |