diff options
author | Ted Gould <ted@gould.cx> | 2010-08-02 11:17:44 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-02 11:17:44 -0500 |
commit | 10cf92485ff65b6b5c17ee51fda006f079adc8c3 (patch) | |
tree | 4a6bf839205cfbcd31e37b6b80af789de5b97d2c /docs/libdbusmenu-glib/reference/html/style.css | |
parent | ba87ab7a9a65c5ed349dda5c472ae6c8adbef322 (diff) | |
parent | 8dbd3ed2a39b885de434da32079cd64ef264ba99 (diff) | |
download | libdbusmenu-10cf92485ff65b6b5c17ee51fda006f079adc8c3.tar.gz libdbusmenu-10cf92485ff65b6b5c17ee51fda006f079adc8c3.tar.bz2 libdbusmenu-10cf92485ff65b6b5c17ee51fda006f079adc8c3.zip |
Merging in Ubuntu Desktop branch.
Diffstat (limited to 'docs/libdbusmenu-glib/reference/html/style.css')
-rw-r--r-- | docs/libdbusmenu-glib/reference/html/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/libdbusmenu-glib/reference/html/style.css b/docs/libdbusmenu-glib/reference/html/style.css index 82115eb..d544a2c 100644 --- a/docs/libdbusmenu-glib/reference/html/style.css +++ b/docs/libdbusmenu-glib/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 */ |