summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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 {