diff options
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/style.css b/src/static/style.css index 9d6c3d5..bfa6465 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -87,10 +87,14 @@ a { border: none; vertical-align: bottom; } +.web-button-link { + text-decoration: none; +} .web-button { width: 88px; height: 31px; vertical-align: middle; + border: none; } .center { text-align: center; |