From 5dd751f0064fb124a839d7dd26fd15c305350d80 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 4 Feb 2014 18:53:51 -0500 Subject: docs: don't use ulink. use markdown instead --- gtk/gtkcssprovider.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'gtk/gtkcssprovider.c') diff --git a/gtk/gtkcssprovider.c b/gtk/gtkcssprovider.c index a030d1a34a..1d1805cdb3 100644 --- a/gtk/gtkcssprovider.c +++ b/gtk/gtkcssprovider.c @@ -52,7 +52,7 @@ * @See_also: #GtkStyleContext, #GtkStyleProvider * * GtkCssProvider is an object implementing the #GtkStyleProvider interface. - * It is able to parse CSS-like + * It is able to parse [CSS-like](http://www.w3.org/TR/CSS2) * input in order to style widgets. * * ## Default files @@ -479,8 +479,8 @@ * ## Text shadow * * A shadow list can be applied to text or symbolic icons, using the CSS3 - * text-shadow syntax, as defined in - * the CSS3 specification. + * text-shadow syntax, as defined in the + * [CSS3 Specification](http://www.w3.org/TR/css3-text/#text-shadow). * * A text shadow is specified using the syntax * text-shadow: @horizontal_offset @vertical_offset [ @blur_radius ] @color @@ -500,8 +500,8 @@ * ## Box shadow * * Themes can apply shadows on framed elements using the CSS3 box-shadow syntax, - * as defined in - * the CSS3 specification. + * as defined in the + * [CSS3 Specification](http://www.w3.org/TR/css3-background/#the-box-shadow). * * A box shadow is specified using the syntax * box-shadow: [ @inset ] @horizontal_offset @vertical_offset [ @blur_radius ] [ @spread ] @color @@ -522,8 +522,7 @@ * * Images and gradients can also be used in slices for the purpose of creating * scalable borders. - * For more information, see the CSS3 documentation for the border-image property, - * which can be found here. + * For more information, see the [CSS3 documentation for the border-image property](http://www.w3.org/TR/css3-background/#border-images). * * ![](slices.png) * -- cgit v1.2.1