diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-12-05 22:17:17 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-12-05 22:17:17 +0100 |
commit | 88da26860bdbfea46b29ef83becb814edb92d10a (patch) | |
tree | 6299945e62ec71a9e4b39b6a9231fd5f704b6268 /public/default.css | |
parent | d8740e1bbab42e98a5d6dabc18254c9c60ada407 (diff) |
clean template: show route in moreinfo when it is overwritten by info
Diffstat (limited to 'public/default.css')
-rw-r--r-- | public/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/default.css b/public/default.css index edcb82a..e59676b 100644 --- a/public/default.css +++ b/public/default.css @@ -93,7 +93,7 @@ div.displayclean li .moreinfo { top:5px; left:8em; min-height: 1em; - width: 70%; + width: 66%; background-color: white; border: 1px solid black; z-index: 5; |