diff --git a/App/Views/Data/pengumuman.html b/App/Views/Data/pengumuman.html index 3b35860..cd10ca5 100644 --- a/App/Views/Data/pengumuman.html +++ b/App/Views/Data/pengumuman.html @@ -45,10 +45,18 @@
- Semua - Aktif - Belum Aktif - Nonaktif +
+ Semua +
+
+ Aktif +
+
+ Belum Aktif +
+
+ Nonaktif +
diff --git a/App/Views/base.html b/App/Views/base.html index c94eca9..69f2ff3 100644 --- a/App/Views/base.html +++ b/App/Views/base.html @@ -169,13 +169,21 @@ padding: .7em 0; margin: 0; } + + nav a { + color: inherit; + } + + .filter > div { + text-align: center; + }