diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-25 02:24:59 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-25 02:24:59 +0000 |
commit | aedcba0ed2c37ba1a52d6d57c6ff5f9556a7799b (patch) | |
tree | cd24bd53ae45529aacdcd4603193534114fdfd67 | |
parent | dcf3693b3ebcb75436da7df5d2171891357703aa (diff) |
Round the corners on the annotated titles, gently.
-rw-r--r-- | themes/default/css/screen.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index dfbd5f66..a10637a9 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -831,4 +831,5 @@ div.gAnnotatedThemeBlock div.title { color: white; text-align: left; padding: 4px; + -moz-border-radius: 5% 5% 5% 5%; } |