diff --git a/Teknik/Areas/Home/Content/Home.css b/Teknik/Areas/Home/Content/Home.css
index a2c0014..a0948f7 100644
--- a/Teknik/Areas/Home/Content/Home.css
+++ b/Teknik/Areas/Home/Content/Home.css
@@ -27,4 +27,16 @@
margin-bottom: 5px;
font-size: 12px;
line-height: 1;
-}
\ No newline at end of file
+}
+
+.panel-body.updates {
+ padding: 0
+}
+
+.panel-body.updates .list-group-item {
+ border: none;
+}
+
+.panel-body.updates .list-group-item:nth-of-type(2n) {
+ background-color: #f5f5f5;
+}
diff --git a/Teknik/Areas/Home/Views/Home/Index.cshtml b/Teknik/Areas/Home/Views/Home/Index.cshtml
index 1867590..04bbb2c 100644
--- a/Teknik/Areas/Home/Views/Home/Index.cshtml
+++ b/Teknik/Areas/Home/Views/Home/Index.cshtml
@@ -75,48 +75,56 @@
+
+