diff options
author | Morten Welinder <mortenw@gnome.org> | 2011-09-20 21:14:50 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2011-09-22 21:44:05 +0200 |
commit | 9d96830571fcd1f2405d472970f5d0c0119af8ac (patch) | |
tree | a0677ed6864a57925c6f670d2dcd1de3e264d2c3 /gtk/gtkcssprovider.c | |
parent | 6499088f7fb06f4a50d197a39de84c236f22ad0c (diff) | |
download | gtk+-9d96830571fcd1f2405d472970f5d0c0119af8ac.tar.gz |
cssprovider: Remove outdated docs
Diffstat (limited to 'gtk/gtkcssprovider.c')
-rw-r--r-- | gtk/gtkcssprovider.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gtk/gtkcssprovider.c b/gtk/gtkcssprovider.c index 10373427e1..15855069f6 100644 --- a/gtk/gtkcssprovider.c +++ b/gtk/gtkcssprovider.c @@ -668,13 +668,6 @@ * map intuitively in a widget based environment). * </para> * <para> - * There is also a difference in shorthand properties, for - * example in common CSS it is fine to define a font through - * the different @font-family, @font-style, @font-size - * properties, meanwhile in GTK+'s CSS only the canonical - * @font property is supported. - * </para> - * <para> * The currently supported properties are: * </para> * <informaltable> |