aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@fury.ukcod.org.uk>2011-02-22 14:02:51 +0000
committerMatthew Somerville <matthew@fury.ukcod.org.uk>2011-02-22 14:02:51 +0000
commita88db262384d3800c36589bb6d1a933b9319e2df (patch)
treed1881c97c318b1634e5642a3c79b83166e87bdfc
parent0c4e6283da20e3074ae21d6028347e0e26a4e103 (diff)
Expand width of front page stats boxes.
-rw-r--r--templates/website/cobrands/fiksgatami/header23
-rw-r--r--web/cobrands/fiksgatami/css.css3
2 files changed, 26 insertions, 0 deletions
diff --git a/templates/website/cobrands/fiksgatami/header b/templates/website/cobrands/fiksgatami/header
new file mode 100644
index 000000000..cb1396556
--- /dev/null
+++ b/templates/website/cobrands/fiksgatami/header
@@ -0,0 +1,23 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html lang="{{ $lang_code }}">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <script type="text/javascript" src="/yui/utilities.js"></script>
+ <script type="text/javascript" src="/js.js"></script>
+ {{ $map_js }}
+ {{ $robots }}
+
+ <title>{{ $title }}{{ $site_title }}</title>
+ <style type="text/css">
+ @import url("/css/core.css");
+ @import url("/css/main.css");
+ @import url("/cobrands/fiksgatami/css.css");
+ </style>
+ <!--[if LT IE 7]>
+ <style type="text/css">@import url("/css/ie6.css");</style>
+ <![endif]-->
+ {{ $rss }}
+ </head>
+ <body>
+ {{ $heading_element_start }}{{ $heading }}{{ $heading_element_end }}
+ <div id="wrapper"><div id="content">
diff --git a/web/cobrands/fiksgatami/css.css b/web/cobrands/fiksgatami/css.css
new file mode 100644
index 000000000..8029e6698
--- /dev/null
+++ b/web/cobrands/fiksgatami/css.css
@@ -0,0 +1,3 @@
+#front_stats div {
+ width: 6em;
+}