diff options
Diffstat (limited to 'template/yoga/default-layout.css')
-rw-r--r-- | template/yoga/default-layout.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index 589b2dcf5..0dc87eec2 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -39,7 +39,9 @@ A { A:hover { border-bottom: 1px solid #858460; } - +A.button, A.button:hover { + border: 0; +} IMG { border: none; } |