demo.4
* restructure of all templates and pages * fixed gulp reloading of pages * restructured style elements accroding to HTML5.2 doc * changed basic line-height * added positional styles * added demo_module styles
This commit is contained in:
parent
a810ec2770
commit
0a78f526f5
34 changed files with 1454 additions and 1208 deletions
|
|
@ -87,6 +87,20 @@
|
|||
}
|
||||
}
|
||||
|
||||
.demo__sprite_down {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
background-image: url(../art/sprites.png);
|
||||
background-position: -32px 0;
|
||||
}
|
||||
|
||||
.demo__sprite_up {
|
||||
width: 32px;
|
||||
height: 64px;
|
||||
background-image: url(../art/sprites.png);
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
.demo__avatar {
|
||||
|
||||
img {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue