mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
16 lines
139 B
CSS
16 lines
139 B
CSS
a {
|
|
text-transform: none;
|
|
}
|
|
|
|
b {
|
|
text-transform: lowercase;
|
|
}
|
|
|
|
c {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
d {
|
|
text-transform: capitalize;
|
|
}
|