diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-08-19 16:18:05 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-08-19 16:18:05 -0400 |
commit | 6e18a72025d097a8b8ec3dd2648e9b5719d6ae9c (patch) | |
tree | 64ae829c644da1ca655e28a010a490949b5ccae1 /docs/reference/html/style.css | |
parent | 2840a6f037bb7e5b366090519603f6706a26b704 (diff) | |
parent | 618737a96a7e64376d68aa9d8fbf2acd7cd0904f (diff) | |
download | libayatana-appindicator-6e18a72025d097a8b8ec3dd2648e9b5719d6ae9c.tar.gz libayatana-appindicator-6e18a72025d097a8b8ec3dd2648e9b5719d6ae9c.tar.bz2 libayatana-appindicator-6e18a72025d097a8b8ec3dd2648e9b5719d6ae9c.zip |
releasing version 0.2.5-0ubuntu10.2.5-0ubuntu1
Diffstat (limited to 'docs/reference/html/style.css')
-rw-r--r-- | docs/reference/html/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/reference/html/style.css b/docs/reference/html/style.css index 82115eb..d544a2c 100644 --- a/docs/reference/html/style.css +++ b/docs/reference/html/style.css @@ -209,6 +209,14 @@ h2 .extralinks, h3 .extralinks font-weight: normal; } +.annotation +{ + /* tango:aluminium 5 */ + color: #555753; + font-size: 80%; + font-weight: normal; +} + /* code listings */ .listing_code .programlisting .cbracket { color: #a40000; } /* tango: scarlet red 3 */ |