diff options
-rwxr-xr-x | theme/css/website.css | 5 |
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 | |||
319 | body.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 | ||
320 | div#footer ul.rows li { | 325 | div#footer ul.rows li { |