diff options
author | Jochen Topf <jochen@topf.org> | 2010-11-05 22:10:43 +0100 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2010-11-05 22:10:43 +0100 |
commit | eeb36719b664f8732a4adee0e5af47427aeb2666 (patch) | |
tree | 9f4285d1be5173dcaa2ebc4d04cd96d3dbfb221d /web/public | |
parent | 9956130b31e5377763361cca07b1653dee59ceef (diff) | |
download | taginfo-eeb36719b664f8732a4adee0e5af47427aeb2666.tar taginfo-eeb36719b664f8732a4adee0e5af47427aeb2666.tar.gz |
Moved links from bottom of page to upper right. Removed API page.
Diffstat (limited to 'web/public')
-rw-r--r-- | web/public/css/taginfo.css | 24 |
1 files changed, 23 insertions, 1 deletions
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; +} + +/* ========== */ |