From eeb36719b664f8732a4adee0e5af47427aeb2666 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Fri, 5 Nov 2010 22:10:43 +0100 Subject: Moved links from bottom of page to upper right. Removed API page. --- web/public/css/taginfo.css | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'web/public') diff --git a/web/public/css/taginfo.css b/web/public/css/taginfo.css index 1ef4fe8..5e02728 100644 --- a/web/public/css/taginfo.css +++ b/web/public/css/taginfo.css @@ -126,6 +126,7 @@ div#date { color: #606060; } +/* div#bottom { position: fixed; bottom: 2px; @@ -148,7 +149,7 @@ div#bottom span { -chrome-border-radius: 8px; -o-border-radius: 8px; } - +*/ div#main { margin: 20px; } @@ -390,3 +391,24 @@ table.drilldown td#feature { } /* ========== */ + +a.button { + background-color: #f0f0f0; + color: #303030; + border: 1px solid #e8e8e8; + padding: 0 2px; + -moz-border-radius: 3px; + -khtml-border-radius: 3px; + -webkit-border-radius: 3px; + -chrome-border-radius: 3px; + -o-border-radius: 3px; +} + +a.button:hover { + background-color: #f2f2f2; + color: #606060; + border: 1px solid #eaeaea; + text-decoration: none; +} + +/* ========== */ -- cgit v1.2.3