diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/media/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/static/media/style.css b/static/media/style.css index 5caaa1353..47f30b2ee 100644 --- a/static/media/style.css +++ b/static/media/style.css @@ -13,6 +13,17 @@ a { color:#D14; } +button { + text-decoration:none; + color:#D14; + border:none; + background-color:white; + font-size: 11pt; + cursor:pointer; + padding:0; + margin:0; +} + caption { color:#922; font-weight:bold; |
