mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-04 15:38:59 +00:00
7 lines
144 B
CSS
7 lines
144 B
CSS
#div: {
|
|
/* this is a ID rule, and should stay intact */
|
|
}
|
|
[lang=ab-X-stuff] {
|
|
/* this selector should match content with lang="ab-X-stuff" */
|
|
}
|