From 2d3c1b0d8865f3a0ef91e3ea451e7b944aaed8ec Mon Sep 17 00:00:00 2001
From: "fariz.tumbuan" <13515050@std.stei.itb.ac.id>
Date: Fri, 6 Oct 2017 21:07:21 +0800
Subject: [PATCH] membuat file css khusus untuk halaman history

---
 css/history.css | 31 ++++++++++++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/css/history.css b/css/history.css
index c106793f..d669540e 100755
--- a/css/history.css
+++ b/css/history.css
@@ -5,5 +5,34 @@
 }
 
 .history_container > * {
-	border: 1px solid red;
+	
+}
+
+.page_menu {
+    list-style-type: none;
+	margin: 0;
+	padding: 0;
+	overflow: hidden;
+}
+
+.page_menu > li {
+	width: 50%;
+	display: inline;
+	float: left;
+}
+
+.history_menu {
+	border: 0.5px solid black; 
+    text-align: center;
+    font-family: calibri;
+
+	position: relative;;
+	border: 0.5px solid black;
+	display: block;
+
+	text-decoration: none;
+}
+
+.history_menu > h3 {
+	margin: 0;
 }
\ No newline at end of file
-- 
GitLab