From 226508cd8d3e8c147ad314a0de483e08be71c254 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 3 Feb 2016 06:21:30 +0100 Subject: first frontend --- www/css/phinde.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 www/css/phinde.css (limited to 'www/css/phinde.css') diff --git a/www/css/phinde.css b/www/css/phinde.css new file mode 100644 index 0000000..1e34fcf --- /dev/null +++ b/www/css/phinde.css @@ -0,0 +1,15 @@ +.footer { + text-align: center; + color: #AAA; +} +.navbar { + margin-bottom: 1ex; +} + +.hits { + list-style-type: none; + margin-left: 0px; +} +.hit { + margin-bottom: 2ex; +} \ No newline at end of file -- cgit v1.2.3