diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2016-02-03 06:21:30 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2016-02-03 06:21:30 +0100 |
| commit | 226508cd8d3e8c147ad314a0de483e08be71c254 (patch) | |
| tree | 4142696d28830efa13835be79fd3ee888a4ab0a4 /www/css/phinde.css | |
| parent | 7b4425b096fa8c18d0db9fd9b1ae96d63ee8af55 (diff) | |
| download | phinde-226508cd8d3e8c147ad314a0de483e08be71c254.tar.gz phinde-226508cd8d3e8c147ad314a0de483e08be71c254.zip | |
first frontend
Diffstat (limited to 'www/css/phinde.css')
| -rw-r--r-- | www/css/phinde.css | 15 |
1 files changed, 15 insertions, 0 deletions
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 |
