diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/.style.css.un~ | bin | 42207 -> 42661 bytes | |||
-rw-r--r-- | html/style.css | 8 |
2 files changed, 7 insertions, 1 deletions
diff --git a/html/.style.css.un~ b/html/.style.css.un~ Binary files differindex fb56d1e..fcf7809 100644 --- a/html/.style.css.un~ +++ b/html/.style.css.un~ diff --git a/html/style.css b/html/style.css index 33c7f1c..8084580 100644 --- a/html/style.css +++ b/html/style.css @@ -18,7 +18,13 @@ } .tag_link{ - font-size: 80%; + font-size: 10px; + color: #ffffff; + background: #228B22; + text-decoration: none; + padding:0 3px; + border:0px solid; + border-radius:4px; } .issue_unit .tag_link{ |