diff options
author | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-22 14:02:51 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-22 14:02:51 +0000 |
commit | a88db262384d3800c36589bb6d1a933b9319e2df (patch) | |
tree | d1881c97c318b1634e5642a3c79b83166e87bdfc /web | |
parent | 0c4e6283da20e3074ae21d6028347e0e26a4e103 (diff) |
Expand width of front page stats boxes.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fiksgatami/css.css | 3 |
1 files changed, 3 insertions, 0 deletions
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; +} |