aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorJonas Oberg <jonas@morus.se>2012-11-14 16:16:58 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2014-03-11 16:36:19 +0000
commit8f6a636b7b29d4d1621653d8dcaeacf382131a8c (patch)
tree4850f9aea536af7bb76e45c20e362bc898913612 /web
parentd299093bfecb6ed62081843d613c54aa464d817a (diff)
Updated footer information
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fixamingata/layout.scss34
1 files changed, 34 insertions, 0 deletions
diff --git a/web/cobrands/fixamingata/layout.scss b/web/cobrands/fixamingata/layout.scss
index 6f435d141..5b968a97a 100644
--- a/web/cobrands/fixamingata/layout.scss
+++ b/web/cobrands/fixamingata/layout.scss
@@ -85,3 +85,37 @@ body {
#front-main {
background: $primary url(/cobrands/fixamingata/images/tile-y.jpg);
}
+
+.tablewrapper {
+ >div {
+ width: auto;
+ }
+}
+.ie6, .ie7 {
+ .tablewrapper {
+ div {
+ width: auto;
+ }
+ }
+}
+
+#footer-help {
+ ul {
+ li {
+ width: 30%;
+ border-right: 1.25em solid transparent;
+ &:last-child {
+ border-left: none;
+ }
+ }
+ }
+}
+.ie6, .ie7 {
+ #footer-help {
+ ul {
+ li {
+ width: 33%;
+ }
+ }
+ }
+}