diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-12-28 02:45:23 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-12-28 02:45:23 +0100 |
commit | c9be504a2c5563eea042566351dbd3e5907cfb13 (patch) | |
tree | 31d09f09f7c8a7f1d37be922311a790bd74f9dc6 /public | |
parent | 2740b486e0df5ea08d33b5bed65e23d1233baa9d (diff) |
default.css: a bit higher bottom line for destination
Diffstat (limited to 'public')
-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 17818d0..43eeace 100644 --- a/public/default.css +++ b/public/default.css @@ -114,7 +114,7 @@ div.displayclean li .dest { font-weight:bold; font-size:4em; position:absolute; - top:0.8em; + top:0.7em; left:4.2em; width: 70%; overflow: hidden; |