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-clearfix.css
1
.clearfix,
2
.foo,
3
.bar {
4
*zoom: 1;
5
}
6
.clearfix:after,
7
.foo:after,
8
.bar:after {
9
content: '';
10
display: block;
11
clear: both;
12
height: 0;
13
}
14
.foo {
15
color: red;
16
}
17
.bar {
18
color: blue;
19
}