diff options
author | Ted Gould <ted@gould.cx> | 2010-08-19 13:58:41 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-19 13:58:41 -0500 |
commit | f71709a52cd03f15f5a64a39d5cd5496703e0200 (patch) | |
tree | cff652ebe7f4326beda98df6b7e2298c9aebfd71 /docs/reference/html/style.css | |
parent | 80345b2c57c463eea1474a1bae5d94f45852eaec (diff) | |
parent | 101c8ff39cb98078b064d14cb2f4bac1373915ee (diff) | |
download | libayatana-appindicator-f71709a52cd03f15f5a64a39d5cd5496703e0200.tar.gz libayatana-appindicator-f71709a52cd03f15f5a64a39d5cd5496703e0200.tar.bz2 libayatana-appindicator-f71709a52cd03f15f5a64a39d5cd5496703e0200.zip |
* New upstream release.
* Allowing approvers to change thier mind
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 */ |