mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-05 02:11:08 +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;
|
|
}
|