diff --git a/html/views/history/history.css b/html/views/history/history.css index f2b694a..7d855aa 100644 --- a/html/views/history/history.css +++ b/html/views/history/history.css @@ -26,12 +26,21 @@ body { float: left; } -#gist { - -webkit-appearance: button; - font: 13px bold 'Lucida Grande'; - width: 80px; - height: 23px; - margin-right: 5px; +a.servicebutton { + display: block; + width: 80px; + padding: 2px; + margin-bottom: 4px; + + border: 1px solid #3465a4; + background-color: #cce5ff; + color: #204a87; + + font-size: 65%; + text-decoration: none; + text-align: center; + + -webkit-border-radius: 2px; } .gravatar { diff --git a/html/views/history/index.html b/html/views/history/index.html index 20b3cd5..cc8d4a2 100644 --- a/html/views/history/index.html +++ b/html/views/history/index.html @@ -14,7 +14,9 @@
- + + Gist it +