diff options
| -rw-r--r-- | _layouts/default.html | 1 | ||||
| -rwxr-xr-x | css/style.css | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index fc53b65..06c3136 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -44,6 +44,7 @@ sidebar_cats: </div> <div class="actions"> <a href="http://github.com">home</a> + <a href="#" class="support_toggle">support</a> <a href="http://github.com/login">login</a> <a href="http://github.com/signup">signup!</a> </div> diff --git a/css/style.css b/css/style.css index 75ca198..a3bad81 100755 --- a/css/style.css +++ b/css/style.css @@ -54,3 +54,7 @@ code {white-space: nowrap;} /********************/ .wikistyle img {max-width: 690px;} + + +/* Tender widget fix */ +#tender_window {position: fixed !important;}
\ No newline at end of file |
