summary refs log tree commit diff stats
path: root/theme
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-12-14 12:02:13 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-12-14 12:02:13 -0500
commite3ffdb84d705dd1a1000fa91a49cc6c58fc58e05 (patch)
tree040995386c1bd0cdb3911eccc996cd3babe119af /theme
parentbc9b63eae79e342c69a1aaf909847df20ab11478 (diff)
downloadfourisland-e3ffdb84d705dd1a1000fa91a49cc6c58fc58e05.tar.gz
fourisland-e3ffdb84d705dd1a1000fa91a49cc6c58fc58e05.tar.bz2
fourisland-e3ffdb84d705dd1a1000fa91a49cc6c58fc58e05.zip
Prettified the footer
Diffstat (limited to 'theme')
-rwxr-xr-xtheme/css/website.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/theme/css/website.css b/theme/css/website.css index 414e736..9ae46d9 100755 --- a/theme/css/website.css +++ b/theme/css/website.css
@@ -314,7 +314,12 @@ div#footer {
314 width: 100%; 314 width: 100%;
315 border-top: 1px black solid; 315 border-top: 1px black solid;
316 border-bottom: 4px gray solid; 316 border-bottom: 4px gray solid;
317}
318
319body.home div#footer {
317 background-color: white; 320 background-color: white;
321 border-left: 4px gray solid;
322 border-right: 4px gray solid;
318} 323}
319 324
320div#footer ul.rows li { 325div#footer ul.rows li {