fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
minor code style
[redakcja.git]
/
apps
/
wiki
/
static--wiki--editor--node_modules--grunt-contrib-less--node_modules--less--test
/
css
/
extend-media.css
1
.ext1 .ext2,
2
.all .ext2 {
3
background: black;
4
}
5
@media tv {
6
.ext1 .ext3,
7
.tv-lowres .ext3,
8
.all .ext3 {
9
color: white;
10
}
11
.tv-lowres {
12
background: blue;
13
}
14
}
15
@media tv and hires {
16
.ext1 .ext4,
17
.tv-hires .ext4,
18
.all .ext4 {
19
color: green;
20
}
21
.tv-hires {
22
background: red;
23
}
24
}