Move .keycap docs from GtkFrame to GtkLabel

That's where .keycap is used nowadays.
This commit is contained in:
Timm Bäder 2016-02-25 19:23:40 +01:00
parent 77594be976
commit 0213815d2f
2 changed files with 3 additions and 3 deletions

View File

@ -81,8 +81,7 @@
* *
* GtkFrame has a main CSS node with name frame and a subnode with * GtkFrame has a main CSS node with name frame and a subnode with
* name border. The border node is used to render the visible border. * name border. The border node is used to render the visible border.
* The style class .flat can appear with the main node. In the * The style class .flat can appear with the main node.
* #GtkShortcutsWindow, frames are used with the .keycap style class.
*/ */

View File

@ -86,7 +86,8 @@
* *
* GtkLabel has a single CSS node with the name label. A wide variety * GtkLabel has a single CSS node with the name label. A wide variety
* of style classes may be applied to labels, such as .title, .subtitle, * of style classes may be applied to labels, such as .title, .subtitle,
* .dim-label, etc. * .dim-label, etc. In the #GtkShortcutsWindow, labels are used wth the
* .keycap style class.
* *
* If the label has a selection, it gets a subnode with name selection. * If the label has a selection, it gets a subnode with name selection.
* *