diff --git a/upload/styles/cb_2014/layout/footer.html b/upload/styles/cb_2014/layout/footer.html
index 394d1dcc..89961aad 100755
--- a/upload/styles/cb_2014/layout/footer.html
+++ b/upload/styles/cb_2014/layout/footer.html
@@ -4,9 +4,9 @@
{$Cbucket->footer()}
- - ClipBucket
- - Good Page
- - Bad Page
+ - ClipBucket
+ - Good Page
+ - Bad Page
- Faqs Page
{foot_menu assign='foot_menu'}
{foreach from=$foot_menu item=fm}
diff --git a/upload/styles/cb_2014/theme/css/channel.css b/upload/styles/cb_2014/theme/css/channel.css
index 4129de6e..098a0a32 100644
--- a/upload/styles/cb_2014/theme/css/channel.css
+++ b/upload/styles/cb_2014/theme/css/channel.css
@@ -1077,8 +1077,14 @@ footer {
padding-top: 15px;
}
footer ul li{
-float: left;
+float: left;
+border-right: 1px solid #DDDDDD;
}
+footer ul li:last-child
+{
+border-right: none;
+}
footer ul li a{
color: #777777;
+ padding: 5px 15px !important;
}