diff options
Diffstat (limited to 'static/media')
| -rw-r--r-- | static/media/style.css | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/static/media/style.css b/static/media/style.css index 47f30b2ee..2d58631dc 100644 --- a/static/media/style.css +++ b/static/media/style.css @@ -13,7 +13,7 @@ a {      color:#D14;  } -button { +ul#form_path button {      text-decoration:none;      color:#D14;      border:none; @@ -22,6 +22,7 @@ button {      cursor:pointer;      padding:0;      margin:0; +    font-family:Arial, Helvetica, sans-serif;  }  caption {  | 
