This website works better with JavaScript.
Home
Explore
Help
Sign In
ILB
/
moodle_theme_ilb
Watch
9
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17
Commits
7
Branches
0
Tags
16 MiB
CSS
32.6%
Mustache
32.3%
SCSS
24.5%
PHP
9.6%
JavaScript
0.9%
Tree:
894020e0d4
MOODLE_32_ILB
MOODLE_34_STABLE
MOODLE_36_STABLE
MOODLE_37_STABLE
SABERES_311_STABLE
SABERES_34_STABLE
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '894020e0d4'
${ noResults }
moodle_theme_ilb
/
scss
/
bootstrap
/
mixins
/
_clearfix.scss
7 lines
93 B
Raw
Blame
History
@mixin
clearfix
()
{
&
:
:
after
{
content
:
"
"
;
display
:
table
;
clear
:
both
;
}
}
Reference in new issue